Commit 07a80fc1 authored by Frans Spiesschaert's avatar Frans Spiesschaert
Browse files

replace deprecated lockPref entry.

parent 24dc15bd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
debian-edu-config (2.10.35) UNRELEASED; urgency=medium

  [ Frans Spiesschaert ]
  * share/debian-edu-config/firefox-networked-prefs.js: adjust deprecated
     lockPref entry. lockPref will no longer be supported after version 67.

  * Bump standards version to 4.2.1, no changes needed.

 -- Holger Levsen <holger@debian.org>  Mon, 27 Aug 2018 12:04:43 +0200
+1 −1
Original line number Diff line number Diff line
@@ -6,4 +6,4 @@
// /etc/debian-edu/www/wpad.dat for the WAPD files.  The location of
// The WPAD file is handed out using DHCP and firefox should look for
// http://wpad/wpad.dat automatically.
lockPref("network.proxy.type", 4);
pref("network.proxy.type", 4, locked);