1 Commits

Author SHA1 Message Date
fce5e91938 fix: disable content security policy
All checks were successful
Build and Deploy / Build-Container-Image (push) Successful in 34s
renovate / renovate (push) Successful in 2m5s
2025-08-12 19:57:48 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,6 @@ spec:
spec: spec:
containers: containers:
- name: alexohneander-zola - 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: ports:
- containerPort: 80 - containerPort: 80

View File

@@ -131,7 +131,7 @@
<meta property="og:site_name" content="{{ config.title }}"> <meta property="og:site_name" content="{{ config.title }}">
{%- if macros_settings::evaluate_setting_priority(setting="enable_csp", page=page | default(value=""), section=section | default(value=""), default_global_value="true") == "true" -%} {%- 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 -%} {%- endif -%}
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%} {%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}