Merge pull request #29 from ragusa-it/sentinel-add-headers-1105893154342715755
🛡️ Sentinel: [HIGH] Add HSTS and Permissions-Policy headers
This commit was merged in pull request #29.
This commit is contained in:
@@ -24,6 +24,14 @@
|
|||||||
"key": "X-Frame-Options",
|
"key": "X-Frame-Options",
|
||||||
"value": "DENY"
|
"value": "DENY"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "Strict-Transport-Security",
|
||||||
|
"value": "max-age=31536000; includeSubDomains"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Permissions-Policy",
|
||||||
|
"value": "camera=(), microphone=(), geolocation=()"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "Referrer-Policy",
|
"key": "Referrer-Policy",
|
||||||
"value": "strict-origin-when-cross-origin"
|
"value": "strict-origin-when-cross-origin"
|
||||||
|
|||||||
Reference in New Issue
Block a user