туризм больше не в исключениях
This commit is contained in:
parent
e59cfcf972
commit
861c2a92e2
@ -5,10 +5,9 @@
|
|||||||
let domain = "https://hbpn.link";
|
let domain = "https://hbpn.link";
|
||||||
const currentDomain = location.hostname;
|
const currentDomain = location.hostname;
|
||||||
|
|
||||||
|
//Туризм больше не в исключениях
|
||||||
if (
|
if (
|
||||||
currentDomain === "s.hbpn.link"
|
currentDomain === "s.hbpn.link"
|
||||||
//Исключение - туризм. Он на стейджинговом квизе и на чужом для публикации домене
|
|
||||||
|| currentDomain === "tourism.pena.digital"
|
|
||||||
|| currentDomain.includes("localhost")
|
|| currentDomain.includes("localhost")
|
||||||
|| currentDomain.includes("127.0.0.1")
|
|| currentDomain.includes("127.0.0.1")
|
||||||
) domain = "https://s.hbpn.link";
|
) domain = "https://s.hbpn.link";
|
||||||
|
Loading…
Reference in New Issue
Block a user