feat: add referrer policy header

This commit is contained in:
Riccardo
2024-06-18 12:30:32 +02:00
parent c75d5b6936
commit f580087548

View File

@@ -36,6 +36,11 @@
{
"key": "X-Frame-Options",
"value": "DENY"
},
{ "key": "Referrer-Policy", "value": "same-origin" },
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
}
]
}