commit a79ca6419dc272707a58441b1d995ac974e8b51b
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Tue Mar 21 18:31:40 2017 +0100

    Chromium: Pre-configure Chromium Webbrowser system-wide to auto-detect the http proxy settings via WPAD (plus locking the proxy settings dialog for users).

diff --git a/Makefile b/Makefile
index 11d0549..f297501 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ SYSCONFFILES = \
 	debian-edu/nightkill.conf \
 	default/munin-node \
 	default/ldap2zone \
+	chromium/policies/managed/chromium-networked-prefs \
 	cfengine/cfservd.conf \
 	cfengine/update.conf \
 	cfengine/inputs/cfagent.conf \
diff --git a/debian/changelog b/debian/changelog
index d44de76..8992cc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debian-edu-config (1.925) UNRELEASED; urgency=medium
+
+  * Chromium: Pre-configure Chromium Webbrowser system-wide
+    to auto-detect the http proxy settings via WPAD (plus
+    locking the proxy settings dialog for users).
+
+ -- Mike Gabriel <sunweaver@debian.org>  Tue, 21 Mar 2017 18:30:14 +0100
+
 debian-edu-config (1.924) unstable; urgency=medium
 
   [ Wolfgang Schweer ]
diff --git a/etc/chromium/policies/managed/chromium-networked-prefs b/etc/chromium/policies/managed/chromium-networked-prefs
new file mode 100644
index 0000000..368ac02
--- /dev/null
+++ b/etc/chromium/policies/managed/chromium-networked-prefs
@@ -0,0 +1,3 @@
+{
+    "ProxyMode": "auto_detect",
+}
