diff --git a/security-proxy/proxy-permissions.xml b/security-proxy/proxy-permissions.xml index c501c2a..fdd6a96 100644 --- a/security-proxy/proxy-permissions.xml +++ b/security-proxy/proxy-permissions.xml @@ -36,7 +36,7 @@ path: case insensitive regexp to match the 'path' part of the requested URL. - network: IP address with a network mask to specify a range of IP addresses. + network: IP address with a network mask to specify a range of IP addresses. Both IPv4 and IPv6 are supported. @@ -72,14 +72,36 @@ The last urimatcher denies access to all IPv4 addresses which start with 10.42 + By default, the configuration will deny access to the XHR proxy. If you need + to activate it, make sure it cannot reach the internal network. An example + of "Allowing requests to the outside world but denying local/internal access" + could be the following: + + + true + + + 127.0.0.0/8 + + + 10.0.0.0/8 + + + 172.16.0.0/12 + + + 192.168.0.0/16 + + + + + --> - true + false - - localhost + .*