mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-06 22:23:10 -04:00
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>
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user