From fce5e91938cf0b73ca317eb6943a87cfc9b2f33f Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Tue, 12 Aug 2025 19:57:48 +0200 Subject: [PATCH] fix: disable content security policy --- deploy/deployment.yaml | 2 +- templates/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 70b26b4..04de92e 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -17,6 +17,6 @@ spec: spec: containers: - name: alexohneander-zola - image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.10 + image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.11 ports: - containerPort: 80 diff --git a/templates/partials/header.html b/templates/partials/header.html index 9019f4a..3e82ea0 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -131,7 +131,7 @@ {%- if macros_settings::evaluate_setting_priority(setting="enable_csp", page=page | default(value=""), section=section | default(value=""), default_global_value="true") == "true" -%} - {%- include "partials/content_security_policy.html" -%} + {# {%- include "partials/content_security_policy.html" -%} #} {%- endif -%} {%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}