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:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
external-dns.alpha.kubernetes.io/hostname: "newsite.dutchellie.nl"
|
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:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- newsite.dutchellie.nl
|
- newsite.dutchellie.nl
|
||||||
|
|
|
@ -7,7 +7,8 @@ ingress:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||||
external-dns.alpha.kubernetes.io/hostname: "newsite.staging.dutchellie.nl"
|
external-dns.alpha.kubernetes.io/hostname: "newsite.staging.dutchellie.nl"
|
||||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
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:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- newsite.staging.dutchellie.nl
|
- newsite.staging.dutchellie.nl
|
||||||
|
|
Loading…
Reference in New Issue