Files
traefik/conf/files-examples/headers-policy-domain.yml
2024-08-15 09:01:42 +02:00

8 lines
269 B
YAML

http:
middlewares:
headers-policy-domain:
headers:
customFrameOptionsValue: "ALLOW-FROM https://example.net"
contentSecurityPolicy: "frame-ancestors 'self' example.net *.example.net"
referrerPolicy: "strict-origin-when-cross-origin"