Commit 305b0424 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃 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 265de51e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -772,7 +772,7 @@
          support-page="media-keyboard-control"
          support-page="media-keyboard-control"
    />
    />
  </hbox>
  </hbox>
  <hbox align="center" data-subcategory="cfraddons">
  <hbox align="center" data-subcategory="cfraddons" hidden="true">
    <checkbox id="cfrRecommendations"
    <checkbox id="cfrRecommendations"
            class="tail-with-learn-more"
            class="tail-with-learn-more"
            data-l10n-id="browsing-cfr-recommendations"
            data-l10n-id="browsing-cfr-recommendations"
@@ -782,7 +782,7 @@
          support-page="extensionrecommendations"
          support-page="extensionrecommendations"
    />
    />
  </hbox>
  </hbox>
  <hbox align="center" data-subcategory="cfrfeatures">
  <hbox align="center" data-subcategory="cfrfeatures" hidden="true">
    <checkbox id="cfrRecommendations-features"
    <checkbox id="cfrRecommendations-features"
            class="tail-with-learn-more"
            class="tail-with-learn-more"
            data-l10n-id="browsing-cfr-features"
            data-l10n-id="browsing-cfr-features"
+1 −1
Original line number Original line Diff line number Diff line
@@ -1079,7 +1079,7 @@
#include ../securitylevel/content/securityLevelPreferences.inc.xhtml
#include ../securitylevel/content/securityLevelPreferences.inc.xhtml


<!-- addons, forgery (phishing) UI Security -->
<!-- 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>
  <label><html:h2 data-l10n-id="security-browsing-protection"/></label>
  <hbox align = "center">
  <hbox align = "center">
    <checkbox id="enableSafeBrowsing"
    <checkbox id="enableSafeBrowsing"
+2 −2
Original line number Original line Diff line number Diff line
@@ -47,7 +47,7 @@
      </vbox>
      </vbox>
    </groupbox>
    </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>
      <label><html:h2 data-l10n-id="search-suggestions-header" /></label>
      <description id="searchSuggestionsDesc"
      <description id="searchSuggestionsDesc"
                   data-l10n-id="search-suggestions-desc" />
                   data-l10n-id="search-suggestions-desc" />
@@ -111,7 +111,7 @@
                "
                "
                />
                />
      </hbox>
      </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>
        <label id="addEngines" data-l10n-id="search-find-more-link" is="text-link"></label>
      </hbox>
      </hbox>
    </groupbox>
    </groupbox>