feat: add referrer policy header
This commit is contained in:
@@ -36,6 +36,11 @@
|
|||||||
{
|
{
|
||||||
"key": "X-Frame-Options",
|
"key": "X-Frame-Options",
|
||||||
"value": "DENY"
|
"value": "DENY"
|
||||||
|
},
|
||||||
|
{ "key": "Referrer-Policy", "value": "same-origin" },
|
||||||
|
{
|
||||||
|
"key": "X-XSS-Protection",
|
||||||
|
"value": "1; mode=block"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user