Gaëtan de Villèle
commited on
Commit
·
f221b4a
1
Parent(s):
dc17818
config : set custom headers for CORS
Browse files
README.md
CHANGED
@@ -6,6 +6,11 @@ colorTo: purple
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
+
disable_embedding: true
|
10 |
+
custom_headers:
|
11 |
+
cross-origin-embedder-policy: require-corp
|
12 |
+
cross-origin-opener-policy: same-origin
|
13 |
+
cross-origin-resource-policy: cross-origin
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|