lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

August 2024

  • 1 participants
  • 282 discussions
[Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.
by morgan (@morgan) 12 Aug '24

12 Aug '24
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 43718242 by Pier Angelo Vendrame at 2024-08-12T18:27:40+00:00 fixup! Firefox preference overrides. Bug 42810: Explicitly disable address and credit card filling. - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -74,6 +74,9 @@ pref("signon.rememberSignons", false); pref("browser.formfill.enable", false); pref("signon.formlessCapture.enabled", false); // Added with tor-browser#41496 pref("signon.autofillForms", false); +pref("extensions.formautofill.available", ""); +pref("extensions.formautofill.addresses.enabled", false); +pref("extensions.formautofill.creditCards.enabled", false); // Do not store extra data (form, scrollbar positions, cookies, POST data) for // the session restore functionality. pref("browser.sessionstore.privacy_level", 2); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4371824… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4371824… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-128.1.0esr-14.0-1] fixup! Bug 40925: Implemented the Security Level component
by morgan (@morgan) 12 Aug '24

12 Aug '24
morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 95de8674 by Henry Wilkes at 2024-08-12T18:23:13+00:00 fixup! Bug 40925: Implemented the Security Level component Bug 42641: Use moz-button-group for panel buttons. Also tweak the &quot;Learn more&quot; link to have block-end padding to ensure its focus outline is visible, and restrict it to align-start so that it does not span the full width. Also switch from `em` to `px` units for the vertical spacing. - - - - - 2 changed files: - browser/components/securitylevel/content/securityLevelPanel.css - browser/components/securitylevel/content/securityLevelPanel.inc.xhtml Changes: ===================================== browser/components/securitylevel/content/securityLevelPanel.css ===================================== @@ -3,8 +3,8 @@ #securityLevel-background { min-height: 10em; padding-inline: 16px; - padding-block: 1em 0; - gap: 1em; + padding-block: 16px 8px; + gap: 16px; background-repeat: no-repeat; background-position-y: top 0.4em; /* Icon center should be in-line with end padding. @@ -61,3 +61,7 @@ padding-inline-end: 5em; max-width: 20em; } + +#securityLevel-learnMore { + align-self: start; +} ===================================== browser/components/securitylevel/content/securityLevelPanel.inc.xhtml ===================================== @@ -28,14 +28,16 @@ data-l10n-id="security-level-panel-learn-more-link" ></html:a> </vbox> - <hbox class="panel-footer"> + <html:moz-button-group class="panel-footer"> <button id="securityLevel-settings" + class="footer-button" data-l10n-id="security-level-panel-open-settings-button" /> <button id="securityLevel-restoreDefaults" + class="footer-button" data-l10n-id="security-level-restore-defaults-button" /> - </hbox> + </html:moz-button-group> </panel> View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/95d… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/95d… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-128.1.0esr-14.0-1] fixup! Bug 40925: Implemented the Security Level component
by morgan (@morgan) 12 Aug '24

12 Aug '24
morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 96e96fa2 by Henry Wilkes at 2024-08-12T18:22:00+00:00 fixup! Bug 40925: Implemented the Security Level component Bug 42641: Use moz-button-group for panel buttons. Also tweak the &quot;Learn more&quot; link to have block-end padding to ensure its focus outline is visible, and restrict it to align-start so that it does not span the full width. Also switch from `em` to `px` units for the vertical spacing. - - - - - 2 changed files: - browser/components/securitylevel/content/securityLevelPanel.css - browser/components/securitylevel/content/securityLevelPanel.inc.xhtml Changes: ===================================== browser/components/securitylevel/content/securityLevelPanel.css ===================================== @@ -3,8 +3,8 @@ #securityLevel-background { min-height: 10em; padding-inline: 16px; - padding-block: 1em 0; - gap: 1em; + padding-block: 16px 8px; + gap: 16px; background-repeat: no-repeat; background-position-y: top 0.4em; /* Icon center should be in-line with end padding. @@ -61,3 +61,7 @@ padding-inline-end: 5em; max-width: 20em; } + +#securityLevel-learnMore { + align-self: start; +} ===================================== browser/components/securitylevel/content/securityLevelPanel.inc.xhtml ===================================== @@ -28,14 +28,16 @@ data-l10n-id="security-level-panel-learn-more-link" ></html:a> </vbox> - <hbox class="panel-footer"> + <html:moz-button-group class="panel-footer"> <button id="securityLevel-settings" + class="footer-button" data-l10n-id="security-level-panel-open-settings-button" /> <button id="securityLevel-restoreDefaults" + class="footer-button" data-l10n-id="security-level-restore-defaults-button" /> - </hbox> + </html:moz-button-group> </panel> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/96e96fa… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/96e96fa… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] 2 commits: fixup! Bug 40701: Add security warning when downloading a file
by morgan (@morgan) 12 Aug '24

12 Aug '24
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 2f5828ec by Henry Wilkes at 2024-08-12T18:00:12+00:00 fixup! Bug 40701: Add security warning when downloading a file Bug 42641: Use moz-button-group for panel buttons. - - - - - 9167ae43 by Henry Wilkes at 2024-08-12T18:00:12+00:00 fixup! Bug 40925: Implemented the Security Level component Bug 42641: Use moz-button-group for panel buttons. Also tweak the &quot;Learn more&quot; link to have block-end padding to ensure its focus outline is visible, and restrict it to align-start so that it does not span the full width. Also switch from `em` to `px` units for the vertical spacing. - - - - - 3 changed files: - browser/components/downloads/content/downloadsPanel.inc.xhtml - browser/components/securitylevel/content/securityLevelPanel.css - browser/components/securitylevel/content/securityLevelPanel.inc.xhtml Changes: ===================================== browser/components/downloads/content/downloadsPanel.inc.xhtml ===================================== @@ -126,12 +126,12 @@ class="downloads-tor-warning-tails-link" ></html:a> </html:p> - <html:div class="panel-footer"> + <html:moz-button-group class="panel-footer"> <html:button - class="downloads-tor-warning-dismiss-button" + class="footer-button downloads-tor-warning-dismiss-button" data-l10n-id="downloads-tor-warning-dismiss-button" ></html:button> - </html:div> + </html:moz-button-group> </vbox> <toolbarseparator /> </vbox> ===================================== browser/components/securitylevel/content/securityLevelPanel.css ===================================== @@ -3,8 +3,8 @@ #securityLevel-background { min-height: 10em; padding-inline: 16px; - padding-block: 1em 0; - gap: 1em; + padding-block: 16px 8px; + gap: 16px; background-repeat: no-repeat; background-position-y: top 0.4em; /* Icon center should be in-line with end padding. @@ -61,3 +61,7 @@ padding-inline-end: 5em; max-width: 20em; } + +#securityLevel-learnMore { + align-self: start; +} ===================================== browser/components/securitylevel/content/securityLevelPanel.inc.xhtml ===================================== @@ -28,14 +28,16 @@ data-l10n-id="security-level-panel-learn-more-link" ></html:a> </vbox> - <hbox class="panel-footer"> + <html:moz-button-group class="panel-footer"> <button id="securityLevel-settings" + class="footer-button" data-l10n-id="security-level-panel-open-settings-button" /> <button id="securityLevel-restoreDefaults" + class="footer-button" data-l10n-id="security-level-restore-defaults-button" /> - </hbox> + </html:moz-button-group> </panel> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/6d8831… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/6d8831… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.
by morgan (@morgan) 12 Aug '24

12 Aug '24
morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 8f813a59 by Pier Angelo Vendrame at 2024-08-12T17:58:58+00:00 fixup! Firefox preference overrides. Bug 42792: Explicitly turn off Pocket suggestions in the URL bar - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -158,6 +158,8 @@ pref("browser.urlbar.suggest.addons", false); pref("browser.urlbar.addons.featureGate", false); pref("browser.urlbar.suggest.weather", false); pref("browser.urlbar.weather.featureGate", false); +// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar. +pref("browser.urlbar.pocket.featureGate", false); // tor-browser#41691: Hide "Firefox Suggets" in the UI pref("browser.urlbar.groupLabels.enabled", false); pref("browser.safebrowsing.malware.enabled", false); View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/8f8… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/8f8… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.
by morgan (@morgan) 12 Aug '24

12 Aug '24
morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 7b6699d9 by Pier Angelo Vendrame at 2024-08-12T17:58:32+00:00 fixup! Firefox preference overrides. Bug 42792: Explicitly turn off Pocket suggestions in the URL bar - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -158,6 +158,8 @@ pref("browser.urlbar.suggest.addons", false); pref("browser.urlbar.addons.featureGate", false); pref("browser.urlbar.suggest.weather", false); pref("browser.urlbar.weather.featureGate", false); +// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar. +pref("browser.urlbar.pocket.featureGate", false); // tor-browser#41691: Hide "Firefox Suggets" in the UI pref("browser.urlbar.groupLabels.enabled", false); pref("browser.safebrowsing.malware.enabled", false); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7b6699d… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7b6699d… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.
by morgan (@morgan) 12 Aug '24

12 Aug '24
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 6d88311e by Pier Angelo Vendrame at 2024-08-12T17:40:56+00:00 fixup! Firefox preference overrides. Bug 42792: Explicitly turn off Pocket suggestions in the URL bar - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -158,6 +158,8 @@ pref("browser.urlbar.suggest.addons", false); pref("browser.urlbar.addons.featureGate", false); pref("browser.urlbar.suggest.weather", false); pref("browser.urlbar.weather.featureGate", false); +// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar. +pref("browser.urlbar.pocket.featureGate", false); // tor-browser#41691: Hide "Firefox Suggets" in the UI pref("browser.urlbar.groupLabels.enabled", false); pref("browser.safebrowsing.malware.enabled", false); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6d88311… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6d88311… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.
by morgan (@morgan) 12 Aug '24

12 Aug '24
morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 12641461 by Pier Angelo Vendrame at 2024-08-12T17:38:04+00:00 fixup! Firefox preference overrides. Bug 42814: Opt out from Firefox relay by default. - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -320,6 +320,10 @@ pref("security.pki.crlite_mode", 0); // Disable website password breach alerts pref("signon.management.page.breach-alerts.enabled", false, locked); +// tor-browser#42814: Opt out from Firefox relay by default. +// Firefox would normally assign disabled when a user has been presented the +// opportunity to use the service and opted out (see firefox.js). +pref("signon.firefoxRelay.feature", "disabled"); // Disable remote "password recipes". They are a way to improve the UX of the // password manager by havinc specific heuristics for some sites. View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/126… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/126… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.
by morgan (@morgan) 12 Aug '24

12 Aug '24
morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 35055e24 by Pier Angelo Vendrame at 2024-08-12T17:36:22+00:00 fixup! Firefox preference overrides. Bug 42814: Opt out from Firefox relay by default. - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -320,6 +320,10 @@ pref("security.pki.crlite_mode", 0); // Disable website password breach alerts pref("signon.management.page.breach-alerts.enabled", false); +// tor-browser#42814: Opt out from Firefox relay by default. +// Firefox would normally assign disabled when a user has been presented the +// opportunity to use the service and opted out (see firefox.js). +pref("signon.firefoxRelay.feature", "disabled"); // Disable remote "password recipes". They are a way to improve the UX of the // password manager by havinc specific heuristics for some sites. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/35055e2… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/35055e2… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Firefox preference overrides.
by morgan (@morgan) 12 Aug '24

12 Aug '24
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: c83f41d4 by Pier Angelo Vendrame at 2024-08-12T17:27:11+00:00 fixup! Firefox preference overrides. Bug 42814: Opt out from Firefox relay by default. - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -320,6 +320,10 @@ pref("security.pki.crlite_mode", 0); // Disable website password breach alerts pref("signon.management.page.breach-alerts.enabled", false); +// tor-browser#42814: Opt out from Firefox relay by default. +// Firefox would normally assign disabled when a user has been presented the +// opportunity to use the service and opted out (see firefox.js). +pref("signon.firefoxRelay.feature", "disabled"); // Disable remote "password recipes". They are a way to improve the UX of the // password manager by havinc specific heuristics for some sites. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c83f41d… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c83f41d… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • ...
  • 29
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.