Spaces:
Build error
Build error
James McCool commited on
Commit ·
92e7b66
1
Parent(s): ef5050a
Removed protections in iframes.
Browse files- .streamlit/config.toml +2 -0
.streamlit/config.toml
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
[server]
|
| 2 |
maxUploadSize = 500
|
|
|
|
|
|
|
| 3 |
|
| 4 |
[browser]
|
| 5 |
gatherUsageStats = false
|
|
|
|
| 1 |
[server]
|
| 2 |
maxUploadSize = 500
|
| 3 |
+
enableCORS = false
|
| 4 |
+
enableXsrfProtection = false
|
| 5 |
|
| 6 |
[browser]
|
| 7 |
gatherUsageStats = false
|