From 2b85a50ed72982ab0c0f9ef98c7ed1e15f21bf5f Mon Sep 17 00:00:00 2001 From: Inverle Date: Sat, 9 Aug 2025 21:47:39 +0200 Subject: Show warning when unsafe CSP policy is in use (#7804) * Show warning when unsafe CSP policy is in use * Fix bare markdown URL * i18n: fr * Minor i18n: fr * Add target="_blank" to i18n strings --------- Co-authored-by: Alexandre Alapetite --- app/i18n/en-us/gen.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/en-us/gen.php') diff --git a/app/i18n/en-us/gen.php b/app/i18n/en-us/gen.php index c6305a248..7e7b55a11 100644 --- a/app/i18n/en-us/gen.php +++ b/app/i18n/en-us/gen.php @@ -155,6 +155,7 @@ return array( 'labels_empty' => 'No labels', // IGNORE 'new_article' => 'There are new articles available, click to refresh the page.', // IGNORE 'should_be_activated' => 'JavaScript must be enabled', // IGNORE + 'unsafe_csp_header' => 'The CSP header in use is unsafe and FreshRSS may be vulnerable to XSS attacks. See documentation', // IGNORE ), 'lang' => array( 'cs' => 'Čeština', // IGNORE -- cgit v1.2.3