enzostvs HF Staff commited on
Commit
29275f9
·
1 Parent(s): 9ec03f1

add allowed domains

Browse files
components/iframe-detector/index.tsx CHANGED
@@ -14,7 +14,9 @@ export default function IframeDetector() {
14
  host.endsWith(".huggingface.co") ||
15
  host.endsWith(".hf.co") ||
16
  host === "huggingface.co" ||
17
- host === "hf.co"
 
 
18
  );
19
  };
20
 
 
14
  host.endsWith(".huggingface.co") ||
15
  host.endsWith(".hf.co") ||
16
  host === "huggingface.co" ||
17
+ host === "hf.co" ||
18
+ host === "enzostvs-deepsite.hf.space" ||
19
+ host === "deepsite.hf.co"
20
  );
21
  };
22