aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-04-01 12:38:37 +0200
committerGravatar GitHub <noreply@github.com> 2025-04-01 12:38:37 +0200
commitaa3867ae12c3718fe65bfb8871376780f3827d07 (patch)
treebdba0580270f895cafdee342846a9e50c8a09df1
parent1f624bc5e2fc720b7f570b4b217860747ef5dc65 (diff)
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
-rw-r--r--p/.htaccess1
1 files changed, 0 insertions, 1 deletions
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"
</FilesMatch>
Header edit Set-Cookie ^(.*)$ "$1; SameSite=Lax"
- Header set Referrer-Policy "same-origin"
</IfModule>
# Provide the true IP address of the connection (e.g. last proxy), even when using mod_remoteip