fix: disable content security policy
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
<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" -%}
|
||||
{%- include "partials/content_security_policy.html" -%}
|
||||
{# {%- include "partials/content_security_policy.html" -%} #}
|
||||
{%- endif -%}
|
||||
|
||||
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}
|
||||
|
Reference in New Issue
Block a user