diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-10 20:46:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-10 20:46:30 +0200 |
commit | 27783db85a4d3c38b041e51b088ed2dbd35e96c1 (patch) | |
tree | bdecff2c72ae61e598585a2821a53c523fc89a4a /application/basilisk/components/preferences/jar.mn | |
parent | 25f9c54aded0f514e6be7eb3105fcdb214431a59 (diff) | |
parent | 7128f0d21de4d03be75133fbbd698f996fcd2a50 (diff) | |
download | UXP-27783db85a4d3c38b041e51b088ed2dbd35e96c1.tar UXP-27783db85a4d3c38b041e51b088ed2dbd35e96c1.tar.gz UXP-27783db85a4d3c38b041e51b088ed2dbd35e96c1.tar.lz UXP-27783db85a4d3c38b041e51b088ed2dbd35e96c1.tar.xz UXP-27783db85a4d3c38b041e51b088ed2dbd35e96c1.zip |
Merge pull request #469 from JustOff/PR_SB_DoNotTrack
[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 |