Skip to content

Commit

Permalink
Update inIframe.js
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam authored Oct 11, 2024
1 parent 1301c38 commit ff8f595
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/utils/inIframe.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
const forbiddenIframe = [
"openguessr.io", // request from openguessr.com owner to prevent embedding on this unauthorized website
"geoguessrfree.com",
"itch.zone"
];
export function inIframe() {
try {
Expand All @@ -17,4 +14,4 @@ export function isForbiddenIframe() {
console.error("Piracy detection error", e);
return false;
}
}
}

0 comments on commit ff8f595

Please sign in to comment.