[packages/firefox] - update vendor.js files

qboosh qboosh at pld-linux.org
Sun May 26 17:50:06 CEST 2019


commit c33d2a94ac399ae9e1c0c9b92c3fe7384880af51
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun May 26 17:50:53 2019 +0200

    - update vendor.js files

 vendor-ac.js | 2 +-
 vendor.js    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vendor-ac.js b/vendor-ac.js
index 9312cb3..bf2a109 100644
--- a/vendor-ac.js
+++ b/vendor-ac.js
@@ -5,6 +5,6 @@ pref("general.useragent.vendorComment", "Ac");
 pref("general.useragent.compatMode.firefox", true);
 pref("distribution.searchplugins.defaultLocale", "en-US");
 // Forbid application updates
-lockPref("app.update.enabled", false);
+pref("app.update.enabled", false, locked);
 // POODLE protection, CVE-2014-3566
 pref("security.tls.version.min", 1);
diff --git a/vendor.js b/vendor.js
index 6bf1b78..458e3fc 100644
--- a/vendor.js
+++ b/vendor.js
@@ -5,6 +5,6 @@ pref("general.useragent.vendorComment", "Th");
 pref("general.useragent.compatMode.firefox", true);
 pref("distribution.searchplugins.defaultLocale", "en-US");
 // Forbid application updates
-lockPref("app.update.enabled", false);
+pref("app.update.enabled", false, locked);
 // POODLE protection, CVE-2014-3566
 pref("security.tls.version.min", 1);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/firefox.git/commitdiff/c33d2a94ac399ae9e1c0c9b92c3fe7384880af51



More information about the pld-cvs-commit mailing list