2016-03-18 11:12:50 +01:00
|
|
|
{
|
2017-07-28 18:34:13 +02:00
|
|
|
"csrf": {
|
2017-09-19 10:06:16 +02:00
|
|
|
"enabled": false,
|
|
|
|
"key": "_csrf",
|
|
|
|
"secret": "_csrfSecret"
|
2017-07-28 18:34:13 +02:00
|
|
|
},
|
|
|
|
"csp": {
|
2017-09-19 10:06:16 +02:00
|
|
|
"enabled": false,
|
|
|
|
"policy": {
|
|
|
|
"default-src": "'self'"
|
|
|
|
}
|
2017-07-28 18:34:13 +02:00
|
|
|
},
|
|
|
|
"p3p": {
|
2017-09-19 10:06:16 +02:00
|
|
|
"enabled": false,
|
|
|
|
"value": ""
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
"hsts": {
|
2017-08-05 20:25:57 +02:00
|
|
|
"enabled": false,
|
2016-03-18 11:12:50 +01:00
|
|
|
"maxAge": 31536000,
|
|
|
|
"includeSubDomains": true
|
|
|
|
},
|
2017-07-28 18:34:13 +02:00
|
|
|
"xframe": {
|
2017-08-05 20:25:57 +02:00
|
|
|
"enabled": false,
|
2017-07-28 18:34:13 +02:00
|
|
|
"value": "SAMEORIGIN"
|
|
|
|
},
|
|
|
|
"xss": {
|
2017-09-19 10:06:16 +02:00
|
|
|
"enabled": false,
|
|
|
|
"mode": "block"
|
2017-07-28 18:34:13 +02:00
|
|
|
},
|
2016-03-18 11:12:50 +01:00
|
|
|
"cors": {
|
2017-09-27 17:55:51 +02:00
|
|
|
"enabled": true,
|
|
|
|
"origin": "*",
|
2016-03-18 11:12:50 +01:00
|
|
|
"expose": [
|
|
|
|
"WWW-Authenticate",
|
|
|
|
"Server-Authorization"
|
|
|
|
],
|
|
|
|
"maxAge": 31536000,
|
|
|
|
"credentials": true,
|
|
|
|
"methods": [
|
|
|
|
"GET",
|
|
|
|
"POST",
|
|
|
|
"PUT",
|
|
|
|
"PATCH",
|
|
|
|
"DELETE",
|
|
|
|
"OPTIONS",
|
|
|
|
"HEAD"
|
|
|
|
],
|
|
|
|
"headers": [
|
|
|
|
"Content-Type",
|
|
|
|
"Authorization",
|
2017-09-27 17:55:51 +02:00
|
|
|
"X-Frame-Options",
|
|
|
|
"Origin"
|
2016-03-18 11:12:50 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"ip": {
|
2017-08-05 20:25:57 +02:00
|
|
|
"enabled": false,
|
2016-03-18 11:12:50 +01:00
|
|
|
"whiteList": [],
|
|
|
|
"blackList": []
|
2017-07-28 18:34:13 +02:00
|
|
|
}
|
2016-03-18 11:12:50 +01:00
|
|
|
}
|