fix(backend): make csp configurable to unbreak app-backend served apps not being able to fetch
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user