Skip to content

Commit 449f45f

Browse files
committed
Debugging
1 parent a04b198 commit 449f45f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/MainFunctions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ function checkViewerType() {
216216
// NOTE: Breaks rehosting
217217
// if (!document.location.origin.includes(websiteURL) &&
218218
// !(location.hostname === "localhost" || location.hostname === "127.0.0.1")) {
219+
console.log(document.location.origin)
219220
if (document.location.origin.includes(websiteURLdnsFix)) {
220221

221222
// Variables (toString because else it would work on the internel Refernece):

0 commit comments

Comments
 (0)