diff options
| author | 2022-04-02 21:40:30 +0200 | |
|---|---|---|
| committer | 2022-04-02 21:40:30 +0200 | |
| commit | 2aba861bc983555faf6dd96c5daa4e40e5328c54 (patch) | |
| tree | 68d63f76d0ce79e06cb3cabaaaeb3cd82849c175 /app/Models/SystemConfiguration.php | |
| parent | 191abf5ba541107c5a1c5f14202b99e17bee2074 (diff) | |
Add HTTP_REMOTE_USER header for auth (#4063)
* add HTTP_REMOTE_USER header for auth
* add ip whitelist for HTTP_REMOTE_USER header
* add IPv6 support for header auth
* fix formatting
* A few fixes
* Add some default trusted sources
* Fix IPv6 doc
* More standard header names
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/Models/SystemConfiguration.php')
| -rw-r--r-- | app/Models/SystemConfiguration.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/SystemConfiguration.php b/app/Models/SystemConfiguration.php index 3b07bc9ff..3170a4180 100644 --- a/app/Models/SystemConfiguration.php +++ b/app/Models/SystemConfiguration.php @@ -22,6 +22,7 @@ * @property-read string $salt * @property-read bool $simplepie_syslog_enabled * @property string $unsafe_autologin_enabled + * @property-read array<string> $trusted_sources */ class FreshRSS_SystemConfiguration extends Minz_Configuration { |
