yonikremer
commited on
Commit
•
33e22ec
1
Parent(s):
8f43f62
disabled WebsocketCompression and CORS
Browse files- .streamlit/config.toml +4 -1
.streamlit/config.toml
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
[browser]
|
2 |
-
gatherUsageStats = false
|
|
|
|
|
|
|
|
1 |
[browser]
|
2 |
+
gatherUsageStats = false
|
3 |
+
[server]
|
4 |
+
enableWebsocketCompression = false
|
5 |
+
enableCORS = false
|