diff options
author | grizzlyuser <grizzlyuser@protonmail.com> | 2020-07-02 20:35:40 +0300 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2020-07-10 11:28:43 +0200 |
commit | 9b8b71b259ccdd74d1dcba18e977228d0b6b4f62 (patch) | |
tree | e0f2335f971c3b2243895f69ac715b620fe8c8c5 /libre | |
parent | d8d414c66f4dd069a31eb1aa34443a7fb59215c7 (diff) | |
download | abslibre-9b8b71b259ccdd74d1dcba18e977228d0b6b4f62.tar.gz abslibre-9b8b71b259ccdd74d1dcba18e977228d0b6b4f62.tar.bz2 abslibre-9b8b71b259ccdd74d1dcba18e977228d0b6b4f62.zip |
iceweasel: adding missed changes from latest patch
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel/iceweasel.desktop | 2 | ||||
-rw-r--r-- | libre/iceweasel/libre.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/iceweasel/iceweasel.desktop b/libre/iceweasel/iceweasel.desktop index ed47c283d..6798c9a53 100644 --- a/libre/iceweasel/iceweasel.desktop +++ b/libre/iceweasel/iceweasel.desktop @@ -117,7 +117,7 @@ Icon=iceweasel Terminal=false X-MultipleArgs=false Type=Application -MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall; +MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json; StartupNotify=true StartupWMClass=iceweasel Categories=Network;WebBrowser; diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch index f4085b4a6..1198e6c04 100644 --- a/libre/iceweasel/libre.patch +++ b/libre/iceweasel/libre.patch @@ -407,7 +407,7 @@ index 8d055e583f..00837e77a3 100644 -pref("browser.contentblocking.report.lockwise.mobile-android.url", "https://play.google.com/store/apps/details?id=mozilla.lockbox&referrer=utm_source%3Dprotection_report%26utm_content%3Dmobile_promotion"); -pref("browser.contentblocking.report.mobile-ios.url", "https://apps.apple.com/app/firefox-private-safe-browser/id989804926"); -pref("browser.contentblocking.report.mobile-android.url", "https://play.google.com/store/apps/details?id=org.mozilla.firefox&referrer=utm_source%3Dprotection_report%26utm_content%3Dmobile_promotion"); - + // Protection Report's SUMO urls pref("browser.contentblocking.report.lockwise.how_it_works.url", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/password-manager-report"); @@ -1733,11 +1729,6 @@ pref("signon.management.page.os-auth.enabled", false); @@ -516,7 +516,7 @@ index 33c380a898..fdc1ccb38c 100644 - <button role="menuitem" class="menuitem-button menuitem-mobile menuitem-mobile-ios ghost-button" data-event-name="AboutLoginsOpenMobileIos" data-l10n-id="menu-menuitem-iphone-app"></button> </ul> </template> - + diff --git a/browser/components/protections/content/protections.html b/browser/components/protections/content/protections.html index 5f2087bbe4..ca93a4fcda 100644 --- a/browser/components/protections/content/protections.html |