Add option to hide tracking protection icon in URL bar

This commit is contained in:
mr. m
2025-03-11 23:29:21 +01:00
parent 6d458d3b16
commit 110d4e10bb
2 changed files with 17 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ pref('zen.view.compact.animate-sidebar', true);
pref('zen.view.compact.show-sidebar-and-toolbar-on-hover', true);
pref('zen.urlbar.replace-newtab', true);
pref('zen.urlbar.show-protections-icon', false);
pref('zen.urlbar.behavior', 'floating-on-type'); // default, floating-on-type, float
pref('zen.urlbar.wait-to-clear', 45000); // in ms (default 45s)
pref('zen.urlbar.show-domain-only-in-sidebar', true);