Commit
·
0018265
1
Parent(s):
4c667a3
test cross-origin header policy
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ hf_oauth: true
|
|
10 |
hf_oauth_expiration_minutes: 480
|
11 |
hf_oauth_scopes:
|
12 |
- email
|
|
|
|
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
10 |
hf_oauth_expiration_minutes: 480
|
11 |
hf_oauth_scopes:
|
12 |
- email
|
13 |
+
custom_headers:
|
14 |
+
cross-origin-resource-policy: cross-origin
|
15 |
---
|
16 |
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|