fix(backend): make csp configurable to unbreak app-backend served apps not being able to fetch

This commit is contained in:
Fredrik Adelöw
2020-09-25 12:14:52 +02:00
parent d7c2adae86
commit ad90193d2a
6 changed files with 88 additions and 9 deletions
+2
View File
@@ -9,6 +9,8 @@ backend:
database:
client: sqlite3
connection: ':memory:'
csp:
connect-src: ["'self'", 'https:']
# See README.md in the proxy-backend plugin for information on the configuration format
proxy: