diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index d2a22ad..7dbffcc 100644 --- a/config.toml +++ b/config.toml @@ -29,7 +29,7 @@ webserver_sends_csp_headers = true cache-control = "max-age=14400" x-content-type-options = "nosniff" strict-transport-security = "max-age=31536000; includeSubdomains; preload" -content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'unsafe-inline'; form-action 'none'; base-uri 'self'" +content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'self'; style-src 'unsafe-inline'; form-action 'none'; base-uri 'self'" [[extra.main_menu]] name = "Posts" |