Spaces:
Running
Running
fix: enable XSRF
Browse files- .streamlit/config.toml +1 -1
.streamlit/config.toml
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
[server]
|
2 |
-
enableXsrfProtection =
|
3 |
enableCORS = true
|
|
|
1 |
[server]
|
2 |
+
enableXsrfProtection = true
|
3 |
enableCORS = true
|