fix(backend): make csp configurable to unbreak app-backend served apps not being able to fetch
This commit is contained in:
@@ -9,3 +9,5 @@ backend:
|
||||
origin: http://localhost:3000
|
||||
methods: [GET, POST, PUT, DELETE]
|
||||
credentials: true
|
||||
csp:
|
||||
connect-src: ["'self'", 'http:', 'https:']
|
||||
|
||||
Reference in New Issue
Block a user