From ce70aba50fd8f57928fd3714c842fdecda0be698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Dufour?= Date: Sun, 5 Apr 2020 14:59:15 +0200 Subject: [PATCH] Update xExtension-ImageProxy/README.md Co-Authored-By: Frans de Jonge --- xExtension-ImageProxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xExtension-ImageProxy/README.md b/xExtension-ImageProxy/README.md index 933c691..9bf53ec 100644 --- a/xExtension-ImageProxy/README.md +++ b/xExtension-ImageProxy/README.md @@ -45,7 +45,7 @@ Along the following Apache configuration for the `www.example.org` virtual host: RewriteCond %{REQUEST_URI} ^/proxy/http:/+(.*)$ RewriteRule ^ http://%1 [QSA,P,L] - # CRITICAL: Do NOT leave your proxy opened to everyone!!! + # CRITICAL: Do NOT leave your proxy open to everyone!!! # Local network Require ip 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 # Users