mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
fix privacy-preferences.patch
This commit is contained in:
parent
eff2c03086
commit
bc926bc7e9
1 changed files with 12 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
--- a/browser/components/preferences/privacy.inc.xhtml
|
||||
+++ b/browser/components/preferences/privacy.inc.xhtml
|
||||
@@ -54,7 +54,7 @@
|
||||
--- browser/components/preferences/privacy.inc.xhtml
|
||||
+++ browser/components/preferences/privacy.inc.xhtml
|
||||
@@ -53,7 +53,7 @@
|
||||
</description>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<radiogroup id="contentBlockingCategoryRadio"
|
||||
preference="browser.contentblocking.category"
|
||||
aria-labelledby="trackingProtectionMenuDesc">
|
||||
@@ -535,7 +535,7 @@
|
||||
@@ -561,7 +561,7 @@
|
||||
<!-- History -->
|
||||
<groupbox id="historyGroup" data-category="panePrivacy" hidden="true">
|
||||
<label><html:h2 data-l10n-id="history-header"/></label>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<label id="historyModeLabel"
|
||||
control="historyMode"
|
||||
data-l10n-id="history-remember-label"/>
|
||||
@@ -585,8 +585,9 @@
|
||||
@@ -608,8 +608,9 @@
|
||||
<vbox>
|
||||
<checkbox id="privateBrowsingAutoStart"
|
||||
data-l10n-id="history-private-browsing-permanent"
|
||||
|
@ -30,7 +30,7 @@
|
|||
<checkbox id="rememberHistory"
|
||||
data-l10n-id="history-remember-browser-option"
|
||||
preference="places.history.enabled"/>
|
||||
@@ -1015,15 +1016,15 @@
|
||||
@@ -1040,8 +1041,8 @@
|
||||
|
||||
<!-- addons, forgery (phishing) UI Security -->
|
||||
<groupbox id="browsingProtectionGroup" data-category="panePrivacy" hidden="true">
|
||||
|
@ -41,17 +41,18 @@
|
|||
<checkbox id="enableSafeBrowsing"
|
||||
data-l10n-id="security-enable-safe-browsing"
|
||||
class="tail-with-learn-more"/>
|
||||
<label id="enableSafeBrowsingLearnMore"
|
||||
class="learnMore" is="text-link" data-l10n-id="security-enable-safe-browsing-link"/>
|
||||
@@ -1052,7 +1053,7 @@
|
||||
support-page="phishing-malware"
|
||||
/>
|
||||
</hbox>
|
||||
- <vbox class="indent">
|
||||
+ <vbox class="indent" hidden="true">
|
||||
<checkbox id="blockDownloads"
|
||||
data-l10n-id="security-block-downloads"/>
|
||||
<checkbox id="blockUncommonUnwanted"
|
||||
--- a/browser/locales/en-US/browser/preferences/preferences.ftl
|
||||
+++ b/browser/locales/en-US/browser/preferences/preferences.ftl
|
||||
@@ -1107,7 +1107,7 @@ addressbar-suggestions-settings = Change preferences for search engine suggestio
|
||||
--- browser/locales/en-US/browser/preferences/preferences.ftl
|
||||
+++ browser/locales/en-US/browser/preferences/preferences.ftl
|
||||
@@ -1190,7 +1190,7 @@ addressbar-quickactions-learn-more = Learn more
|
||||
|
||||
content-blocking-enhanced-tracking-protection = Enhanced Tracking Protection
|
||||
|
||||
|
|
Loading…
Reference in a new issue