Spaces:
Sleeping
Sleeping
camilleseab
commited on
Commit
•
85a24a8
1
Parent(s):
cdbe199
Add back in voila.json
Browse files- voila.json +6 -1
voila.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"Voila": {
|
3 |
"ip":"0.0.0.0",
|
4 |
-
"port": 7860
|
|
|
|
|
|
|
|
|
|
|
5 |
}
|
6 |
}
|
|
|
1 |
{
|
2 |
"Voila": {
|
3 |
"ip":"0.0.0.0",
|
4 |
+
"port": 7860,
|
5 |
+
"tornado_settings": {
|
6 |
+
"headers": {
|
7 |
+
"Content-Security-Policy": "frame-ancestors self *"
|
8 |
+
}
|
9 |
+
}
|
10 |
}
|
11 |
}
|