deploy(tenant): add bluejay.dev edge controls
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"apiVersion": "traefik.io/v1alpha1",
|
||||
"kind": "Middleware",
|
||||
"metadata": {
|
||||
"name": "andrew-tenant-secure-headers",
|
||||
"namespace": "fc-tenant-andrew"
|
||||
},
|
||||
"spec": {
|
||||
"headers": {
|
||||
"contentTypeNosniff": true,
|
||||
"browserXssFilter": true,
|
||||
"referrerPolicy": "strict-origin-when-cross-origin",
|
||||
"stsSeconds": 31536000,
|
||||
"stsIncludeSubdomains": true,
|
||||
"stsPreload": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user