mirror of
https://github.com/strapi/strapi.git
synced 2025-12-16 17:53:53 +00:00
Disable p3p by default
This commit is contained in:
parent
76455257b4
commit
2d6864f836
@ -9,7 +9,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"p3p": {
|
"p3p": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"hsts": {
|
"hsts": {
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"p3p": {
|
"p3p": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"hsts": {
|
"hsts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user