AsyncBuilds commited on
Commit
2da9791
·
verified ·
1 Parent(s): 6b23bf7

CSRF config

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [server]
2
+ enableXsrfProtection = false
3
+ enableCORS = false
4
+
5
+ [browser]
6
+ gatherUsageStats = false