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/Models/SystemConfiguration.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/SystemConfiguration.php') diff --git a/app/Models/SystemConfiguration.php b/app/Models/SystemConfiguration.php index 7c7862b8a..d5dd0f0d6 100644 --- a/app/Models/SystemConfiguration.php +++ b/app/Models/SystemConfiguration.php @@ -27,6 +27,7 @@ declare(strict_types=1); * @property-read string $salt * @property-read bool $simplepie_syslog_enabled * @property bool $unsafe_autologin_enabled + * @property-read bool $suppress_csp_warning * @property array $trusted_sources * @property array> $extensions */ -- cgit v1.2.3