Files
traefik/conf/files-examples/headers-policy-domain.yml
2021-04-17 12:50:09 +00: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"