[debian-edu-commits] debian-edu/ 04/05: Chromium: Pre-configure Chromium Webbrowser system-wide to auto-detect the http proxy settings via WPAD (plus locking the proxy settings dialog for users). (Closes: #891262).

Mike Gabriel sunweaver at debian.org
Wed Feb 28 10:12:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch stretch
in repository debian-edu-config.

commit dad5aad36c77370de1ae1dcec4903cafdb6f917b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Feb 23 23:46:04 2018 +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). (Closes: #891262).
---
 Makefile                                               | 1 +
 etc/chromium/policies/managed/chromium-networked-prefs | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 722f2d6..2ac7b08 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/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",
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list