diff --git a/p/.htaccess b/p/.htaccess index e7376e46e..e6d024c5e 100644 --- a/p/.htaccess +++ b/p/.htaccess @@ -39,6 +39,11 @@ AddDefaultCharset UTF-8 Header merge Cache-Control "public" + # If you run an old Apache 2.2-, comment out the following section + + # For requests like `frss.css?1746304092` + Header merge Cache-Control "immutable" + Header edit Set-Cookie ^(.*)$ "$1; SameSite=Lax"