diff --git a/Caddyfile b/Caddyfile index edd9a12..4abfdef 100644 --- a/Caddyfile +++ b/Caddyfile @@ -7,6 +7,9 @@ dns cloudflare } header / { + Content-Security-Policy " + report-uri https://msfjarvis.report-uri.com/r/d/csp/reportOnly; + " # Security related changes stolen from https://github.com/searx/searx-docker/blob/master/Caddyfile Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" X-XSS-Protection "1; mode=block"