diff --git a/voila.json b/voila.json new file mode 100644 index 0000000..f0981ea --- /dev/null +++ b/voila.json @@ -0,0 +1,11 @@ +{ + "Voila": { + "ip":"0.0.0.0", + "port": 7860, + "tornado_settings": { + "headers": { + "Content-Security-Policy": "frame-ancestors self *" + } + } + } +}