diff options
| author | 2025-04-01 12:38:37 +0200 | |
|---|---|---|
| committer | 2025-04-01 12:38:37 +0200 | |
| commit | aa3867ae12c3718fe65bfb8871376780f3827d07 (patch) | |
| tree | bdba0580270f895cafdee342846a9e50c8a09df1 | |
| parent | 1f624bc5e2fc720b7f570b4b217860747ef5dc65 (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/.htaccess | 1 |
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 |
