morgan pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
a36c4f1c by Morgan at 2024-09-09T18:59:45+00:00
fixup! Firefox preference overrides.
Bug 42255: lock pdfjs.disabled to false in stable
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -433,6 +433,10 @@ pref("network.http.referer.XOriginTrimmingPolicy", 2); // Bug 17228: Force trim
pref("network.http.windows-sso.enabled", false, locked);
// tor-browser#40424
pref("pdfjs.enableScripting", false);
+#if MOZ_UPDATE_CHANNEL == release
+// tor-browser#42255: pdfjs.disabled used to be part of RFP until Bug 1838415; lock pref to false in stable
+pref("pdfjs.disabled", false, locked);
+#endif
// Bug 40057: Ensure system colors are not used for CSS4 colors
pref("browser.display.use_system_colors", false);
// Enforce non-native widget theme (true by default, defense in depth).
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a36c4f1…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a36c4f1…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch mullvad-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
14a0d11a by Henry Wilkes at 2024-09-09T18:58:09+00:00
Bug 43117: Hide "Always underline links" from settings.
- - - - -
1 changed file:
- browser/components/preferences/main.inc.xhtml
Changes:
=====================================
browser/components/preferences/main.inc.xhtml
=====================================
@@ -752,7 +752,8 @@
#endif
<checkbox id="alwaysUnderlineLinks"
data-l10n-id="browsing-always-underline-links"
- preference="layout.css.always_underline_links"/>
+ preference="layout.css.always_underline_links"
+ hidden="true"/>
<checkbox id="searchStartTyping"
data-l10n-id="browsing-search-on-start-typing"
preference="accessibility.typeaheadfind"/>
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/14a…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/14a…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch base-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
588c9ed9 by Henry Wilkes at 2024-09-09T18:57:10+00:00
Bug 43117: Hide "Always underline links" from settings.
- - - - -
1 changed file:
- browser/components/preferences/main.inc.xhtml
Changes:
=====================================
browser/components/preferences/main.inc.xhtml
=====================================
@@ -752,7 +752,8 @@
#endif
<checkbox id="alwaysUnderlineLinks"
data-l10n-id="browsing-always-underline-links"
- preference="layout.css.always_underline_links"/>
+ preference="layout.css.always_underline_links"
+ hidden="true"/>
<checkbox id="searchStartTyping"
data-l10n-id="browsing-search-on-start-typing"
preference="accessibility.typeaheadfind"/>
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/588c9ed…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/588c9ed…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
655cdbf1 by Henry Wilkes at 2024-09-09T17:09:44+01:00
Bug 43117: Hide "Always underline links" from settings.
- - - - -
1 changed file:
- browser/components/preferences/main.inc.xhtml
Changes:
=====================================
browser/components/preferences/main.inc.xhtml
=====================================
@@ -752,7 +752,8 @@
#endif
<checkbox id="alwaysUnderlineLinks"
data-l10n-id="browsing-always-underline-links"
- preference="layout.css.always_underline_links"/>
+ preference="layout.css.always_underline_links"
+ hidden="true"/>
<checkbox id="searchStartTyping"
data-l10n-id="browsing-search-on-start-typing"
preference="accessibility.typeaheadfind"/>
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/655cdbf…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/655cdbf…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
396f4ad6 by Nicolas Vigier at 2024-09-09T16:18:27+02:00
MB 334: Fix .desktop file for opening external links
The `Exec` entry from the .desktop file included in the rpm and deb
packages was missing the `%u` parameter.
- - - - -
1 changed file:
- projects/linux-packages/browser.desktop.in
Changes:
=====================================
projects/linux-packages/browser.desktop.in
=====================================
@@ -5,7 +5,7 @@ Name=[% c("var/Project_Name") %]
GenericName=Web Browser
Comment=[% c("var/system_pkg/pkg_description") %]
Categories=Network;WebBrowser;
-Exec=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %] --detach
+Exec=/[% c("var/system_pkg/install_path") %]/start-[% c("var/project-name") %] --detach %u
Icon=[% c("var/system_pkg/pkg_name") %]
StartupWMClass=[% c("var/display_name") %]
[% IF ! c("var/tor-browser") -%]
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/3…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/3…
You're receiving this email because of your account on gitlab.torproject.org.