0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00
LibreWolf/patches/ui-patches/privacy-preferences.patch

64 lines
3 KiB
Diff
Raw Normal View History

2023-03-15 09:06:17 -05:00
--- a/browser/components/preferences/privacy.inc.xhtml
+++ b/browser/components/preferences/privacy.inc.xhtml
2023-03-15 07:19:07 -05:00
@@ -53,7 +53,7 @@
2022-03-09 06:34:01 -05:00
</description>
</vbox>
</hbox>
- <vbox id="contentBlockingCategories">
+ <vbox id="contentBlockingCategories" hidden="true">
<radiogroup id="contentBlockingCategoryRadio"
preference="browser.contentblocking.category"
aria-labelledby="trackingProtectionMenuDesc">
2023-03-15 07:19:07 -05:00
@@ -561,7 +561,7 @@
2022-03-09 06:34:01 -05:00
<!-- History -->
<groupbox id="historyGroup" data-category="panePrivacy" hidden="true">
<label><html:h2 data-l10n-id="history-header"/></label>
- <hbox align="center">
+ <hbox align="center" hidden="true">
<label id="historyModeLabel"
control="historyMode"
data-l10n-id="history-remember-label"/>
2023-03-15 07:19:07 -05:00
@@ -608,8 +608,9 @@
2022-03-09 06:34:01 -05:00
<vbox>
<checkbox id="privateBrowsingAutoStart"
data-l10n-id="history-private-browsing-permanent"
- preference="browser.privatebrowsing.autostart"/>
- <vbox class="indent">
+ preference="browser.privatebrowsing.autostart"
+ hidden="true" />
+ <vbox>
<checkbox id="rememberHistory"
data-l10n-id="history-remember-browser-option"
preference="places.history.enabled"/>
2023-03-15 07:19:07 -05:00
@@ -1040,8 +1041,8 @@
2022-03-09 06:34:01 -05:00
<!-- addons, forgery (phishing) UI Security -->
<groupbox id="browsingProtectionGroup" data-category="panePrivacy" hidden="true">
- <label><html:h2 data-l10n-id="security-browsing-protection"/></label>
- <hbox align = "center">
+ <label><html:h2 data-l10n-id="security-browsing-protection" hidden="true"/></label>
+ <hbox align = "center" hidden="true">
<checkbox id="enableSafeBrowsing"
data-l10n-id="security-enable-safe-browsing"
class="tail-with-learn-more"/>
2023-03-15 07:19:07 -05:00
@@ -1052,7 +1053,7 @@
support-page="phishing-malware"
/>
2022-03-09 06:34:01 -05:00
</hbox>
- <vbox class="indent">
+ <vbox class="indent" hidden="true">
<checkbox id="blockDownloads"
data-l10n-id="security-block-downloads"/>
<checkbox id="blockUncommonUnwanted"
2023-03-15 09:06:17 -05:00
--- a/browser/locales/en-US/browser/preferences/preferences.ftl
+++ b/browser/locales/en-US/browser/preferences/preferences.ftl
2023-03-15 07:19:07 -05:00
@@ -1190,7 +1190,7 @@ addressbar-quickactions-learn-more = Learn more
2022-03-09 06:34:01 -05:00
content-blocking-enhanced-tracking-protection = Enhanced Tracking Protection
-content-blocking-section-top-level-description = Trackers follow you around online to collect information about your browsing habits and interests. { -brand-short-name } blocks many of these trackers and other malicious scripts.
+content-blocking-section-top-level-description = LibreWolf supports - and it enables by default - Enhanced Tracking Protection in Strict mode. This is one of the most important settings in the browser, as it provides state partitioning, strict blocking lists and other neat privacy features. We do not recommend changing to other modes.
content-blocking-learn-more = Learn more