Commit
·
aa03fb2
1
Parent(s):
c550c2a
enabled WebsocketCompression, XsrfProtection and CORS
Browse files- .streamlit/config.toml +0 -3
.streamlit/config.toml
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
[browser]
|
2 |
gatherUsageStats = false
|
3 |
[server]
|
4 |
-
enableWebsocketCompression = false
|
5 |
-
enableXsrfProtection = false
|
6 |
-
enableCORS = false
|
7 |
port = 7860
|
8 |
address = "0.0.0.0"
|
|
|
1 |
[browser]
|
2 |
gatherUsageStats = false
|
3 |
[server]
|
|
|
|
|
|
|
4 |
port = 7860
|
5 |
address = "0.0.0.0"
|