Merge pull request #12184 from nextcloud/trailling-comman

chore: add trailing comma for allowed_admin_ranges
This commit is contained in:
Josh 2024-09-09 08:42:00 -04:00 committed by GitHub
commit c9e221fb55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,7 +188,7 @@ This can be achieved with this kind of setting, usually using private IP ranges:
'127.0.0.1/8',
'192.168.0.0/16',
'fd00::/8',
]
],
All requests originating from IP addresses outside of these ranges will not be able to execute admin actions.