Disable p3p by default

This commit is contained in:
Alexandre Bodin 2019-09-20 12:45:31 +02:00
parent 76455257b4
commit 2d6864f836
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
] ]
}, },
"p3p": { "p3p": {
"enabled": true, "enabled": false,
"value": "" "value": ""
}, },
"hsts": { "hsts": {

View File

@ -9,7 +9,7 @@
] ]
}, },
"p3p": { "p3p": {
"enabled": true, "enabled": false,
"value": "" "value": ""
}, },
"hsts": { "hsts": {