mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
[BASILISK] Remove tracking protection controls from the UI if safebrowsing isn't built
This commit is contained in:
parent
373beed726
commit
771cee197c
6 changed files with 52 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue