From aa3867ae12c3718fe65bfb8871376780f3827d07 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 1 Apr 2025 12:38:37 +0200 Subject: Partial revert Referrer-Policy (#7478) https://github.com/FreshRSS/FreshRSS/pull/6303#issuecomment-2768907702 Was already implemented conditionally https://github.com/FreshRSS/FreshRSS/pull/1198 --- p/.htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/p/.htaccess b/p/.htaccess index 8459fe604..e7376e46e 100644 --- a/p/.htaccess +++ b/p/.htaccess @@ -41,7 +41,6 @@ AddDefaultCharset UTF-8 Header merge Cache-Control "public" Header edit Set-Cookie ^(.*)$ "$1; SameSite=Lax" - Header set Referrer-Policy "same-origin" # Provide the true IP address of the connection (e.g. last proxy), even when using mod_remoteip -- cgit v1.2.3