diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-10 15:56:51 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-06-10 15:56:51 +0300 |
commit | 6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1 (patch) | |
tree | 0a7644fbd4b42654cf46cea65a7d69125872fadc /application/basilisk/components/preferences/jar.mn | |
parent | a0cca670db37a84674512948c54acd2673ddd704 (diff) | |
download | UXP-6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1.tar UXP-6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1.tar.gz UXP-6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1.tar.lz UXP-6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1.tar.xz UXP-6a9562e5a58716fda5676eb8f7c5d48d9a3b3fd1.zip |
[BASILISK] Remove tracking protection controls from the UI if safebrowsing isn't built
Diffstat (limited to 'application/basilisk/components/preferences/jar.mn')
-rw-r--r-- | application/basilisk/components/preferences/jar.mn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/basilisk/components/preferences/jar.mn b/application/basilisk/components/preferences/jar.mn index c0d34da7f..b25fc89b8 100644 --- a/application/basilisk/components/preferences/jar.mn +++ b/application/basilisk/components/preferences/jar.mn @@ -5,14 +5,18 @@ browser.jar: content/browser/preferences/applicationManager.xul content/browser/preferences/applicationManager.js +#ifdef MOZ_SAFEBROWSING content/browser/preferences/blocklists.xul content/browser/preferences/blocklists.js +#endif * content/browser/preferences/colors.xul * content/browser/preferences/cookies.xul content/browser/preferences/cookies.js * content/browser/preferences/connection.xul content/browser/preferences/connection.js +#ifdef MOZ_SAFEBROWSING content/browser/preferences/donottrack.xul +#endif * content/browser/preferences/fonts.xul content/browser/preferences/fonts.js content/browser/preferences/handlers.xml |