mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
ui patches
This commit is contained in:
parent
e1afdcad48
commit
ebe197da04
3 changed files with 22 additions and 9 deletions
|
@ -8,6 +8,7 @@ patches/sed-patches/allow-searchengines-non-esr.patch
|
|||
patches/sed-patches/disable-pocket.patch
|
||||
patches/sed-patches/remove-internal-plugin-certs.patch
|
||||
patches/sed-patches/stop-undesired-requests.patch
|
||||
patches/ui-patches/hide-safe-browsing.patch
|
||||
patches/ui-patches/pref-naming.patch
|
||||
patches/ui-patches/remove-branding-urlbar.patch
|
||||
patches/ui-patches/remove-cfrprefs.patch
|
||||
|
|
21
patches/ui-patches/hide-safe-browsing.patch
Normal file
21
patches/ui-patches/hide-safe-browsing.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- a//browser/components/preferences/privacy.inc.xhtml
|
||||
+++ b//browser/components/preferences/privacy.inc.xhtml
|
||||
@@ -1008,15 +1008,15 @@
|
||||
|
||||
<!-- 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"/>
|
||||
<label id="enableSafeBrowsingLearnMore"
|
||||
class="learnMore" is="text-link" data-l10n-id="security-enable-safe-browsing-link"/>
|
||||
</hbox>
|
||||
- <vbox class="indent">
|
||||
+ <vbox class="indent" hidden="true">
|
||||
<checkbox id="blockDownloads"
|
||||
data-l10n-id="security-block-downloads"/>
|
||||
<checkbox id="blockUncommonUnwanted"
|
|
@ -9,15 +9,6 @@
|
|||
.accesskey = s
|
||||
|
||||
startup-restore-warn-on-quit =
|
||||
@@ -252,7 +252,7 @@
|
||||
.label = Choose…
|
||||
.accesskey = o
|
||||
|
||||
-choose-browser-language-description = Choose the languages used to display menus, messages, and notifications from { -brand-short-name }.
|
||||
+choose-browser-language-description = Choose the languages used to display menus, messages, and notifications from { -brand-short-name }. Please notice that, to preserve your privacy, { -brand-short-name } forces en-US as the default language.
|
||||
manage-browser-languages-button =
|
||||
.label = Set Alternatives…
|
||||
.accesskey = l
|
||||
@@ -409,13 +409,13 @@
|
||||
.label = Play DRM-controlled content
|
||||
.accesskey = P
|
||||
|
|
Loading…
Reference in a new issue