diff --git a/components/utils/inIframe.js b/components/utils/inIframe.js index 69ea38e6..5e99d89f 100644 --- a/components/utils/inIframe.js +++ b/components/utils/inIframe.js @@ -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 { @@ -17,4 +14,4 @@ export function isForbiddenIframe() { console.error("Piracy detection error", e); return false; } -} \ No newline at end of file +}