From 0376d402b033d14a34661b968b29d165bacc8fbc Mon Sep 17 00:00:00 2001 From: polybjorn Date: Wed, 29 Apr 2026 13:20:12 +0000 Subject: [PATCH] fix: use spec-compliant `no-referrer` meta value (#8725) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `never` was removed from the Referrer Policy spec in 2016 and is only honoured by current browsers as a legacy alias. Replace with the spec-compliant `no-referrer` token. Tested: - Safari 26 (WebKit): Referer suppressed - LibreWolf 150 (Gecko): Referer suppressed - Chromium 149 (Blink): Referer suppressed - SeaMonkey 2.53.23: ignores meta referrer regardless of value (pre-existing, unaffected by this change) Closes https://github.com/FreshRSS/FreshRSS/issues/8718 Co-authored-by: Bjørn A. Andersen --- app/layout/layout.phtml | 2 +- app/layout/simple.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index 1491483e1..aea36e75a 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -45,7 +45,7 @@ allow_referrer) { ?> - + allow_referrer) { ?> - + rss_url != ''): ?>