37 lines
535 B
JSON
Raw Normal View History

2019-04-05 16:11:09 +02:00
{
"csp": {
"enabled": true,
"policy": [
{
2019-10-08 09:44:55 +02:00
"img-src": "'self' http: data:"
},
"block-all-mixed-content"
]
2019-04-05 16:11:09 +02:00
},
"p3p": {
2019-09-20 12:45:31 +02:00
"enabled": false,
2019-04-05 16:11:09 +02:00
"value": ""
},
"hsts": {
"enabled": true,
2019-04-05 16:11:09 +02:00
"maxAge": 31536000,
"includeSubDomains": true
},
"xframe": {
"enabled": true,
2019-04-05 16:11:09 +02:00
"value": "SAMEORIGIN"
},
"xss": {
"enabled": true,
2019-04-05 16:11:09 +02:00
"mode": "block"
},
"cors": {
2019-08-21 11:05:33 +02:00
"enabled": true
2019-04-05 16:11:09 +02:00
},
"ip": {
"enabled": false,
"whiteList": [],
"blackList": []
}
}