Skip to content
Snippets Groups Projects
Verified Commit 43cc52c7 authored by Alex Catarineu's avatar Alex Catarineu Committed by Pier Angelo Vendrame
Browse files

Bug 26345: Hide tracking protection UI

parent f87e5ba5
No related branches found
No related tags found
1 merge request!1222Bug 43166: Rebased alpha onto 128.3.0esr
......@@ -147,11 +147,6 @@ static const RedirEntry kRedirMap[] = {
nsIAboutModule::HIDE_FROM_ABOUTABOUT},
{"restartrequired", "chrome://browser/content/aboutRestartRequired.xhtml",
nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT},
{"protections", "chrome://browser/content/protections.html",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT |
nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS |
nsIAboutModule::IS_SECURE_CHROME_UI},
{"profilemanager", "chrome://browser/content/profiles/profiles.html",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT |
......
......@@ -22,7 +22,6 @@ pages = [
'policies',
'preferences',
'privatebrowsing',
'protections',
'profilemanager',
'profiling',
'reader',
......
......@@ -51,7 +51,6 @@ DIRS += [
"preferences",
"privatebrowsing",
"prompts",
"protections",
"protocolhandler",
"reportbrokensite",
"resistfingerprinting",
......
......@@ -15,7 +15,7 @@
</hbox>
<!-- Tracking / Content Blocking -->
<groupbox id="trackingGroup" data-category="panePrivacy" hidden="true" aria-describedby="contentBlockingDescription" class="highlighting-group">
<groupbox id="trackingGroup" data-category="panePrivacy" data-hidden-from-search="true" hidden="true" aria-describedby="contentBlockingDescription" class="highlighting-group">
<label id="contentBlockingHeader"><html:h2 data-l10n-id="content-blocking-enhanced-tracking-protection"/></label>
<vbox data-subcategory="trackingprotection">
<hbox align="start">
......
......@@ -230,6 +230,9 @@
/* TRACKING PROTECTION ICON */
#tracking-protection-icon-container {
/* Always hide the tracking toolbar button in Base Browser.
* tor-browser#26345. */
display: none !important;
padding-inline: var(--urlbar-icon-padding);
border-radius: var(--urlbar-icon-border-radius);
/* This is needed in order to position the blue dot indicator. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment