Skip to content
Snippets Groups Projects
Commit c6bbad10 authored by Euan Kemp's avatar Euan Kemp
Browse files

default config: blacklist more internal ips

parent 4a9055d4
No related branches found
No related tags found
No related merge requests found
...@@ -167,6 +167,8 @@ class ContentRepositoryConfig(Config): ...@@ -167,6 +167,8 @@ class ContentRepositoryConfig(Config):
# - '10.0.0.0/8' # - '10.0.0.0/8'
# - '172.16.0.0/12' # - '172.16.0.0/12'
# - '192.168.0.0/16' # - '192.168.0.0/16'
# - '100.64.0.0/10'
# - '169.254.0.0/16'
# #
# List of IP address CIDR ranges that the URL preview spider is allowed # List of IP address CIDR ranges that the URL preview spider is allowed
# to access even if they are specified in url_preview_ip_range_blacklist. # to access even if they are specified in url_preview_ip_range_blacklist.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment