From d8d9e0970586d5da0d999e3bdd8b6d6a66b9025b Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Tue, 6 Aug 2024 13:12:30 +0200 Subject: [PATCH] fix missing "public" directive --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 83802cb..943063b 100644 --- a/Caddyfile +++ b/Caddyfile @@ -67,7 +67,7 @@ header @api { route { # Caching header Cache-Control "no-cache, no-store" - header @static Cache-Control "max-age=31536000" + header @static Cache-Control "public, max-age=31536000" # CSP (https://content-security-policy.com) header Content-Security-Policy "upgrade-insecure-requests; default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; form-action 'self' https://github.com/searxng/searxng/issues/new; font-src 'self'; frame-ancestors 'self'; base-uri 'self'; connect-src 'self' https://overpass-api.de; img-src 'self' data: https://*.tile.openstreetmap.org; frame-src https://www.youtube-nocookie.com https://player.vimeo.com https://www.dailymotion.com https://www.deezer.com https://www.mixcloud.com https://w.soundcloud.com https://embed.spotify.com"