From 627f1f5d32ebeb89c41f72d960b4ab35778f7625 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 25 Jan 2023 17:45:06 +0100 Subject: Added themes --- deploy/www.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'deploy/www.yaml') diff --git a/deploy/www.yaml b/deploy/www.yaml index 70abe42..6613173 100644 --- a/deploy/www.yaml +++ b/deploy/www.yaml @@ -89,6 +89,9 @@ spec: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: + annotations: + nginx.ingress.kubernetes.io/configuration-snippet: | + more_set_headers "Content-Security-Policy: script-src 'unsafe-inline'"; namespace: www name: www spec: -- cgit v1.2.3