fabiogra commited on
Commit
248c7af
·
1 Parent(s): a207a43

fix: enable XSRF

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +1 -1
.streamlit/config.toml CHANGED
@@ -1,3 +1,3 @@
1
  [server]
2
- enableXsrfProtection = false
3
  enableCORS = true
 
1
  [server]
2
+ enableXsrfProtection = true
3
  enableCORS = true