[vlc-devel] commit: Safe default ACL also for the old HTTP interface ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Jan 17 16:22:18 CET 2009
vlc | branch: 0.9-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Jan 17 17:21:53 2009 +0200| [1d82f475bda7f36a3d1927ab9a1d9afeb6a0df80] | committer: Rémi Denis-Courmont
Safe default ACL also for the old HTTP interface
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d82f475bda7f36a3d1927ab9a1d9afeb6a0df80
---
share/http/.hosts | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/share/http/.hosts b/share/http/.hosts
index 6f54ae0..7996904 100644
--- a/share/http/.hosts
+++ b/share/http/.hosts
@@ -1,5 +1,5 @@
#
-# Access-list for VLC HTTP interface
+# Default access-list for VLC HTTP interface
# $Id$
#
@@ -16,9 +16,9 @@
#10.0.0.0/8
#172.16.0.0/12
#192.168.0.0/16
-#169.254.0.0/16
-# The world (uncommenting these 2 lines is not quite safe)
-#::/0
-#0.0.0.0/0
+# The world
+# (comment this out to obtain a safe default)
+::/0
+0.0.0.0/0
More information about the vlc-devel
mailing list