Change CSP config format to be more intuitive
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
"includeSubdomains": "true",
|
||||
"preload": "true"
|
||||
},
|
||||
csp: {
|
||||
"enable": "true",
|
||||
"directives": {
|
||||
},
|
||||
"upgradeInsecureRequests": "auto"
|
||||
"addDefaults": "true"
|
||||
},
|
||||
"db": {
|
||||
"username": "",
|
||||
"password": "",
|
||||
|
||||
Reference in New Issue
Block a user