Added frame options
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
8d0b6a37c1
commit
4cd86be5a0
|
@ -6,6 +6,9 @@ ingress:
|
|||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
external-dns.alpha.kubernetes.io/hostname: "newsite.dutchellie.nl"
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
|
||||
proxy_hide_header X-Frame-Options ;
|
||||
tls:
|
||||
- hosts:
|
||||
- newsite.dutchellie.nl
|
||||
|
|
|
@ -7,7 +7,8 @@ ingress:
|
|||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
external-dns.alpha.kubernetes.io/hostname: "newsite.staging.dutchellie.nl"
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
add_header Content-Security-Policy "default-src 'self'; frame-ancestors 'forestofunix.xyz'";
|
||||
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
|
||||
proxy_hide_header X-Frame-Options ;
|
||||
tls:
|
||||
- hosts:
|
||||
- newsite.staging.dutchellie.nl
|
||||
|
|
Loading…
Reference in New Issue