diff options
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index a9f6a12ec..df8e9133e 100644 --- a/config.default.php +++ b/config.default.php @@ -189,4 +189,12 @@ return array( # Disable self-update, 'disable_update' => false, + + # Trusted IPs that are allowed to send unsafe headers + # Please read the documentation, before configuring this + # https://freshrss.github.io/FreshRSS/en/admins/09_AccessControl.html + 'trusted_sources' => [ + '127.0.0.0/8', + '::1/128', + ] ); |