diff --git a/helpers/DATA/firefox/settings.js b/helpers/DATA/firefox/settings.js index e42c075..2943fad 100644 --- a/helpers/DATA/firefox/settings.js +++ b/helpers/DATA/firefox/settings.js @@ -101,6 +101,8 @@ pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false); pref("browser.safebrowsing.enabled", false); pref("browser.safebrowsing.downloads.remote.enabled", false); pref("browser.safebrowsing.malware.enabled", false); +pref("browser.safebrowsing.provider.mozilla.gethashURL", ""); +pref("browser.safebrowsing.provider.mozilla.updateURL", ""); pref("services.sync.privacyURL", "https://trisquel.info/en/legal"); pref("social.enabled", false); pref("social.remote-install.enabled", false); diff --git a/helpers/make-firefox b/helpers/make-firefox index a4ecce9..7a56bd3 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2008-2018 Ruben Rodriguez +# Copyright (C) 2008-2019 Ruben Rodriguez # Copyright (C) 2015 Santiago Rodriguez # # This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=60 +VERSION=61 . ./config @@ -239,12 +239,12 @@ done for STRING in rights-intro-point-2 rights-intro-point-3 rights-intro-point-4 rights-intro-point-5 rights-intro-point-6 rights-webservices rights-safebrowsing do - find -name aboutRights.ftl | xargs sed -i "s/^$STRING.*/$STRING = \"\">/" + find -name aboutRights.ftl | xargs sed -i "s/^$STRING.*/$STRING = /" done for STRING in helpus community-2 community-exp do - find -name aboutDialog.ftl | xargs sed -i "s/^$STRING.*/$STRING = \"\">/" + find -name aboutDialog.ftl | xargs sed -i "s/^$STRING.*/$STRING = /" done sed -i 's/Mozilla\ Project<\/a>/Trisquel\ Project<\/a>/g' browser/base/content/overrides/app-license.html