From 72e288ac9c5fc3568b2281e54e808681112ed115 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 14 Aug 2023 09:44:04 -0400 Subject: [PATCH] Added voila.json --- voila.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 voila.json 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 *" + } + } + } +}