vsouza commited on
Commit ·
771f2d0
1
Parent(s): bcd316e
disable CORS
Browse files- .streamlit/config.toml +1 -0
.streamlit/config.toml
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
[server]
|
|
|
|
| 2 |
enableXsrfProtection = false
|
|
|
|
| 1 |
[server]
|
| 2 |
+
enableCORS = false
|
| 3 |
enableXsrfProtection = false
|