aboutsummaryrefslogtreecommitdiff
path: root/app/Models/SystemConfiguration.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-04-01 17:54:52 +0200
committerGravatar GitHub <noreply@github.com> 2025-04-01 17:54:52 +0200
commitdbdadbb4107878d9233f635c31a88afe45957101 (patch)
treef870b813aacba5948bf22a3a3dce5f6adc96aa25 /app/Models/SystemConfiguration.php
parent5cb73fa2206138235a0978d64c35332b67ce180c (diff)
Make update URL readonly (#7477)
The security risks look higher than the minor convinience Modify https://github.com/FreshRSS/FreshRSS/pull/1024
Diffstat (limited to 'app/Models/SystemConfiguration.php')
-rw-r--r--app/Models/SystemConfiguration.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/SystemConfiguration.php b/app/Models/SystemConfiguration.php
index 522e475ea..403950728 100644
--- a/app/Models/SystemConfiguration.php
+++ b/app/Models/SystemConfiguration.php
@@ -9,7 +9,7 @@ declare(strict_types=1);
* @property bool $api_enabled
* @property string $archiving
* @property 'form'|'http_auth'|'none' $auth_type
- * @property string $auto_update_url
+ * @property-read string $auto_update_url
* @property-read array<int,mixed> $curl_options
* @property string $default_user
* @property string $email_validation_token