[debian-edu-commits] debian-edu/ 01/01: 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 at debian.org
Sun Aug 6 22:31:10 UTC 2017


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

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

commit 45874523098aee9e891f94ef09ae30ca407c1062
Author: Mike Gabriel <mike.gabriel at 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).
---
 Makefile                                               | 1 +
 debian/changelog                                       | 6 ++++++
 etc/chromium/policies/managed/chromium-networked-prefs | 3 +++
 3 files changed, 10 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/debian/changelog b/debian/changelog
index a07dc64..9591e0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 debian-edu-config (1.931) UNRELEASED; urgency=medium
 
+  [ Mike Gabriel ]
+  * Chromium: Pre-configure Chromium Webbrowser system-wide
+    to auto-detect the http proxy settings via WPAD (plus
+    locking the proxy settings dialog for users).
+
+  [ Holger Levsen ]
   * Drop pre-depends on initscript and use /bin/hostname in
     share/debian-edu-config/d-i/pre-pkgsel instead. Thanks to Michael Biebl
     for the bug report and patch! (Closes: #866587)
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