Skip to content
Snippets Groups Projects
Commit 508d9784 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

MB 34: Hide unsafe and unwanted preferences UI

about:preferences allow to override some of our defaults, that could
be fingeprintable or have some other unwanted consequences.
parent 46b2183d
No related branches found
No related tags found
1 merge request!111MB 274: Rebase alpha onto 115.9.0esr
......@@ -765,7 +765,7 @@
support-page="media-keyboard-control"
/>
</hbox>
<hbox align="center" data-subcategory="cfraddons">
<hbox align="center" data-subcategory="cfraddons" hidden="true">
<checkbox id="cfrRecommendations"
class="tail-with-learn-more"
data-l10n-id="browsing-cfr-recommendations"
......@@ -775,7 +775,7 @@
support-page="extensionrecommendations"
/>
</hbox>
<hbox align="center" data-subcategory="cfrfeatures">
<hbox align="center" data-subcategory="cfrfeatures" hidden="true">
<checkbox id="cfrRecommendations-features"
class="tail-with-learn-more"
data-l10n-id="browsing-cfr-features"
......
......@@ -1079,7 +1079,7 @@
#include ../securitylevel/content/securityLevelPreferences.inc.xhtml
<!-- addons, forgery (phishing) UI Security -->
<groupbox id="browsingProtectionGroup" data-category="panePrivacy" hidden="true">
<groupbox id="browsingProtectionGroup" data-category="panePrivacy" hidden="true" data-hidden-from-search="true">
<label><html:h2 data-l10n-id="security-browsing-protection"/></label>
<hbox align = "center">
<checkbox id="enableSafeBrowsing"
......
......@@ -47,7 +47,7 @@
</vbox>
</groupbox>
<groupbox id="searchSuggestionsGroup" data-category="paneSearch" hidden="true">
<groupbox id="searchSuggestionsGroup" data-category="paneSearch" hidden="true" data-hidden-from-search="true">
<label><html:h2 data-l10n-id="search-suggestions-header" /></label>
<description id="searchSuggestionsDesc"
data-l10n-id="search-suggestions-desc" />
......@@ -111,7 +111,7 @@
"
/>
</hbox>
<hbox id="addEnginesBox" pack="start">
<hbox id="addEnginesBox" pack="start" hidden="true">
<label id="addEngines" data-l10n-id="search-find-more-link" is="text-link"></label>
</hbox>
</groupbox>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment