whc4: deploy PHP tenant edge controls

This commit is contained in:
Andrew Stoltz
2026-06-17 18:51:38 -05:00
parent ca1b1e8a3a
commit 41fb117ff0
6 changed files with 89 additions and 12 deletions

View File

@@ -0,0 +1,18 @@
{
"apiVersion": "traefik.io/v1alpha1",
"kind": "Middleware",
"metadata": {
"name": "php-tenant-secure-headers",
"namespace": "fc-php"
},
"spec": {
"headers": {
"contentTypeNosniff": true,
"browserXssFilter": true,
"referrerPolicy": "strict-origin-when-cross-origin",
"stsSeconds": 31536000,
"stsIncludeSubdomains": true,
"stsPreload": false
}
}
}