Spaces:
Running
Running
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 |
|