Upgrading to Traefik 3

This commit is contained in:
2024-08-15 08:26:09 +02:00
parent 10c82c1fea
commit 0ddb8df763
6 changed files with 17 additions and 15 deletions

View File

@@ -3,5 +3,5 @@ http:
headers-policy-domain:
headers:
customFrameOptionsValue: "ALLOW-FROM https://example.net"
contentsecuritypolicy: "frame-ancestors 'self' example.net *.example.net"
referrerpolicy: "strict-origin-when-cross-origin"
contentSecurityPolicy: "frame-ancestors 'self' example.net *.example.net"
referrerPolicy: "strict-origin-when-cross-origin"