We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04b198 commit 449f45fCopy full SHA for 449f45f
Assets/MainFunctions.js
@@ -216,6 +216,7 @@ function checkViewerType() {
216
// NOTE: Breaks rehosting
217
// if (!document.location.origin.includes(websiteURL) &&
218
// !(location.hostname === "localhost" || location.hostname === "127.0.0.1")) {
219
+ console.log(document.location.origin)
220
if (document.location.origin.includes(websiteURLdnsFix)) {
221
222
// Variables (toString because else it would work on the internel Refernece):
0 commit comments