From 8d0b6a37c154eef2ad5f76c52f03139a19cda2f9 Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Wed, 20 Apr 2022 14:14:52 +0200 Subject: [PATCH] Fixed values --- .drone/helm/staging-val.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone/helm/staging-val.yaml b/.drone/helm/staging-val.yaml index 39f64ca..b88ea90 100644 --- a/.drone/helm/staging-val.yaml +++ b/.drone/helm/staging-val.yaml @@ -7,8 +7,7 @@ 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 X-Frame-Options "sameorigin"; - add_header Content-Security-Policy "default-src 'self' frame-ancestors 'forestofunix.xyz'; + add_header Content-Security-Policy "default-src 'self'; frame-ancestors 'forestofunix.xyz'"; tls: - hosts: - newsite.staging.dutchellie.nl