Skip to content
Snippets Groups Projects
Commit c0a83439 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by morgan
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 cc116146
No related branches found
No related tags found
1 merge request!135Rebase Mullvad Browser to 128.2.0esr
......@@ -776,7 +776,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"
......@@ -786,7 +786,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"
......
......
......@@ -1065,7 +1065,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"
......
......
......@@ -37,7 +37,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"
class="description-deemphasized"
......@@ -202,7 +202,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.
Please to comment