Skip to content
Snippets Groups Projects
Unverified Commit a9e97dcd authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Merge pull request #3317 from thegcat/feature/3312-add_ipv6_to_blacklist_example_config

Add private IPv6 addresses to example config for url preview blacklist
parents 71477f33 4ef76f3a
Branches
Tags
No related merge requests found
...@@ -250,6 +250,9 @@ class ContentRepositoryConfig(Config): ...@@ -250,6 +250,9 @@ class ContentRepositoryConfig(Config):
# - '192.168.0.0/16' # - '192.168.0.0/16'
# - '100.64.0.0/10' # - '100.64.0.0/10'
# - '169.254.0.0/16' # - '169.254.0.0/16'
# - '::1/128'
# - 'fe80::/64'
# - 'fc00::/7'
# #
# 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.
Please register or to comment