summaryrefslogtreecommitdiff
path: root/app/Models/SystemConfiguration.php
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-12-04 20:10:20 +0100
committerGravatar GitHub <noreply@github.com> 2025-12-04 20:10:20 +0100
commit6d2bb24b3772a7b839d6911c1e1fe27151d29bfa (patch)
treed9a4171134bc76ff6548100863f13163c55520b8 /app/Models/SystemConfiguration.php
parent5e9c3617cac1e3eac246e2ae7df6f4b71c33d37c (diff)
Move unsafe autologin to an extension (#7958)
Completes the following TODO https://github.com/FreshRSS/FreshRSS/issues/7923: https://github.com/FreshRSS/FreshRSS/blob/de624dc8ce63ec819c61216d9d44f828841c293e/app/Controllers/authController.php#L105 Extension PR: https://github.com/FreshRSS/Extensions/pull/364 https://github.com/FreshRSS/Extensions/tree/main/xExtension-UnsafeAutologin
Diffstat (limited to 'app/Models/SystemConfiguration.php')
-rw-r--r--app/Models/SystemConfiguration.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Models/SystemConfiguration.php b/app/Models/SystemConfiguration.php
index d5dd0f0d6..a11142f80 100644
--- a/app/Models/SystemConfiguration.php
+++ b/app/Models/SystemConfiguration.php
@@ -26,7 +26,6 @@ declare(strict_types=1);
* @property-read bool $pubsubhubbub_enabled
* @property-read string $salt
* @property-read bool $simplepie_syslog_enabled
- * @property bool $unsafe_autologin_enabled
* @property-read bool $suppress_csp_warning
* @property array<string> $trusted_sources
* @property array<string,array<string,mixed>> $extensions