Spaces:
Running
Running
keshavgautam03 commited on
Commit ·
4643ac4
1
Parent(s): 96e4fa0
Disable XSRF protection for mic input behind HF proxy
Browse files- .streamlit/config.toml +1 -0
.streamlit/config.toml
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
headless = true
|
| 3 |
port = 7860
|
| 4 |
enableCORS = false
|
|
|
|
| 5 |
|
| 6 |
[browser]
|
| 7 |
gatherUsageStats = false
|
|
|
|
| 2 |
headless = true
|
| 3 |
port = 7860
|
| 4 |
enableCORS = false
|
| 5 |
+
enableXsrfProtection = false
|
| 6 |
|
| 7 |
[browser]
|
| 8 |
gatherUsageStats = false
|