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 -----
  • June
  • 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 2022

  • 2 participants
  • 110 discussions
[tor-browser] branch tor-browser-91.12.0esr-12.0-1 updated (deafecfad5c47 -> 03c3017a22563)
by gitolite role 04 Aug '22

04 Aug '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to branch tor-browser-91.12.0esr-12.0-1 in repository tor-browser. from deafecfad5c47 fixup! Firefox preference overrides. new 37c7b45b9169f Bug 41089: Add tor-browser build scripts + Makefile to tor-browser new 03c3017a22563 fixup! Bug 26961: New user onboarding. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../extensions/onboarding/content/Onboarding.jsm | 2 +- tools/torbrowser/Makefile | 35 ++++++++++ tools/torbrowser/bridges.js | 77 ++++++++++++++++++++++ tools/torbrowser/build.sh | 7 ++ tools/torbrowser/clobber.sh | 6 ++ tools/torbrowser/config.sh | 6 ++ tools/torbrowser/deploy.sh | 23 +++++++ tools/torbrowser/fetch.sh | 30 +++++++++ tools/torbrowser/jslint.sh | 8 +++ 9 files changed, 193 insertions(+), 1 deletion(-) create mode 100644 tools/torbrowser/Makefile create mode 100644 tools/torbrowser/bridges.js create mode 100755 tools/torbrowser/build.sh create mode 100755 tools/torbrowser/clobber.sh create mode 100755 tools/torbrowser/config.sh create mode 100755 tools/torbrowser/deploy.sh create mode 100755 tools/torbrowser/fetch.sh create mode 100755 tools/torbrowser/jslint.sh -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 2
0 0
[tor-browser] annotated tag tor-browser-91.12.0esr-12.0-1-build2 deleted (was 335a7c7524de8)
by gitolite role 04 Aug '22

04 Aug '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to annotated tag tor-browser-91.12.0esr-12.0-1-build2 in repository tor-browser. *** WARNING: tag tor-browser-91.12.0esr-12.0-1-build2 was deleted! *** tag was 335a7c7524de8 The revisions that were on this annotated tag are still contained in other references; therefore, this change does not discard any commits from the repository. -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[builders/tor-browser-build] branch main updated: fixup! Bug 40588: Bundle translations for New Identity and Security Level
by gitolite role 04 Aug '22

04 Aug '22
This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch main in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/main by this push: new eb7128c fixup! Bug 40588: Bundle translations for New Identity and Security Level eb7128c is described below commit eb7128c2dfd7f2404e21c68be14e95af86f52d11 Author: Pier Angelo Vendrame <pierov(a)torproject.org> AuthorDate: Thu Aug 4 15:07:32 2022 +0200 fixup! Bug 40588: Bundle translations for New Identity and Security Level --- projects/firefox/build | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/projects/firefox/build b/projects/firefox/build index 13be93a..0d26a20 100644 --- a/projects/firefox/build +++ b/projects/firefox/build @@ -122,9 +122,14 @@ add_translation () { } [% FOREACH lang = c('var/locales') %] - [% SET lang = tmpl(lang) %] - add_translation $transl_base_browser newidentity '[% lang %]' newIdentity.properties - add_translation $transl_base_browser securitylevel '[% lang %]' securityLevel.properties + lang='[% tmpl(lang) %]' + [% IF c("var/osx") -%] + if [ "$lang" == "ja-JP-mac" ]; then + lang="ja" + fi + [% END-%] + add_translation $transl_base_browser newidentity $lang newIdentity.properties + add_translation $transl_base_browser securitylevel $lang securityLevel.properties [% END %] rm -f configure -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-browser] annotated tag tor-browser-91.12.0esr-12.0-1-build2 created (now 335a7c7524de8)
by gitolite role 04 Aug '22

04 Aug '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to annotated tag tor-browser-91.12.0esr-12.0-1-build2 in repository tor-browser. at 335a7c7524de8 (tag) tagging deafecfad5c47cce61b725b68eb0ac2d7cef6822 (commit) replaces tor-browser-91.12.0esr-12.0-1-build1 by Richard Pospesel on Thu Aug 4 09:12:12 2022 +0000 - Log ----------------------------------------------------------------- Tagging build2 for 91.12esr-based alpha -----BEGIN PGP SIGNATURE----- iQJLBAABCAA1FiEEvnyRTMkiztnZPSO33kc2A2PzSywFAmLrjXcXHHJpY2hhcmRA dG9ycHJvamVjdC5vcmcACgkQ3kc2A2PzSyzIeg//SBRUII3ZxuSw5Pv+5QEqkEZN D5CkIGybfqoNKARHuQ+DwwPyksfnZo1fYNQafH2WLizPyqBQcBgdsuZsbzj+WDQU ibyd347Np0o3oxe4+9OzEUzX/Vd+ueEa38XYFEcaBc4vCI1W+80FGNW1Us+aGTmY /v52f3DSkqYuHz2BLgHbid/Vta26zfrMhzK60ahUPQA+NoQ+r2Zb3m4U1rGd8Ygx FLMuaqwSc2lYM92mO6qhKzqHdJ8YQktLzMtu2qmggfWtBgeBtEnhrdEJ93EJTb8Y 7x8X913TgPvHRjVzoD8+SDw/5o6kU8OsKepL8U/jWBh0dJwUm5EnR+YxYj2jmdNq lrFp08TYr5eWJ855mRa8xsXbaxytTY9o4RhXsLZ88VOmVUddezJQyqQXT5r9ht4m HUhxE5yh/lIk5v5oNRAdZuDccVAyqp2oSBlNpoHkYMq7HozGHncpoSpZnE4eNENp Ut0vX80++/cgnj8uHFqIkB5tO+AFUKK+SOX7znDTHXk/3uD2PkbAhjvafANoUcb4 fkrzGA4W4V/HcZBIXTouPPCuj4POlSUoAGT4i2nA/8pcJFQFjo0pTsCrJtSGFxcb wvkl4+rsMPtElucVbWUN2wzfx40uA0fSCs1Tc5w/YWz3AFKdFs5B07EjJZJAUg4c ewGsWh1lc7U/qmtnXOk= =egnp -----END PGP SIGNATURE----- ----------------------------------------------------------------------- No new revisions were added by this update. -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[builders/tor-browser-build] branch main updated: Bug 40588: Bundle translations for New Identity and Security Level
by gitolite role 04 Aug '22

04 Aug '22
This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch main in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/main by this push: new 732880f Bug 40588: Bundle translations for New Identity and Security Level 732880f is described below commit 732880f6dab49c7a2e357c7dcc1883e21f423635 Author: Pier Angelo Vendrame <pierov(a)torproject.org> AuthorDate: Wed Aug 3 19:52:37 2022 +0200 Bug 40588: Bundle translations for New Identity and Security Level We may do something smarter in the future, to avoid cloning translation.git many times. --- projects/firefox/build | 21 +++++++++++++++++++++ projects/firefox/config | 2 ++ projects/translation-base-browser/build | 8 ++++++++ projects/translation-base-browser/config | 5 +++++ 4 files changed, 36 insertions(+) diff --git a/projects/firefox/build b/projects/firefox/build index 999d79c..13be93a 100644 --- a/projects/firefox/build +++ b/projects/firefox/build @@ -61,6 +61,9 @@ tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz mkdir -p $distdir/[% IF ! c("var/osx") %]Browser[% END %] +tar -xf $rootdir/[% c('input_files_by_name/translation-base-browser') %] +transl_base_browser=$rootdir/translation-base-browser + cd /var/tmp/build/[% project %]-[% c("version") %] cat > .mozconfig << 'MOZCONFIG_EOF' [% INCLUDE mozconfig %] @@ -106,6 +109,24 @@ fi sed -i 's|^URL=https://aus1\.torproject\.org/.*|URL=https://nightlies.tbb.torprojec… c("var/osname") %]/%CHANNEL%/%BUILD_TARGET%/%VERSION%/%LOCALE%|' build/application.ini.in [% END -%] +add_translation () { + transl_dir=$1 + component=$2 + lang=$3 + filename=$4 + + mkdir "browser/components/$component/locale/$lang" + cp "$transl_dir/$lang/$filename" "browser/components/$component/locale/$lang/" + echo "% locale $component $lang %locale/$lang/" >> "browser/components/$component/jar.mn" + echo " locale/$lang/$filename (locale/$lang/$filename)" >> "browser/components/$component/jar.mn" +} + +[% FOREACH lang = c('var/locales') %] + [% SET lang = tmpl(lang) %] + add_translation $transl_base_browser newidentity '[% lang %]' newIdentity.properties + add_translation $transl_base_browser securitylevel '[% lang %]' securityLevel.properties +[% END %] + rm -f configure rm -f js/src/configure diff --git a/projects/firefox/config b/projects/firefox/config index bc8d2e2..af58b34 100644 --- a/projects/firefox/config +++ b/projects/firefox/config @@ -170,6 +170,8 @@ input_files: - project: tor-launcher name: tor-launcher enable: '[% c("var/tor-browser") %]' + - project: translation-base-browser + name: translation-base-browser - filename: namecoin-torbutton.patch enable: '[% c("var/namecoin") %]' # TorButton patch authored by Arthur Edelstein, from https://github.com/arthuredelstein/torbutton/ branch 2.1.10-namecoin diff --git a/projects/translation-base-browser/build b/projects/translation-base-browser/build new file mode 100644 index 0000000..ac0f21b --- /dev/null +++ b/projects/translation-base-browser/build @@ -0,0 +1,8 @@ +#!/bin/bash +[% c("var/set_default_env") -%] +tar xf [% project %]-[% c("version") %].tar.gz +mv [% project %]-[% c("version") %] [% project %] +[% c('tar', { + tar_src => [ project ], + tar_args => '-czf ' _ dest_dir _ '/' _ c('filename'), + }) %] diff --git a/projects/translation-base-browser/config b/projects/translation-base-browser/config new file mode 100644 index 0000000..6907519 --- /dev/null +++ b/projects/translation-base-browser/config @@ -0,0 +1,5 @@ +# vim: filetype=yaml sw=2 +filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz' +git_url: https://git.torproject.org/translation.git +git_hash: d2eaf8a92c17afbe065cdb4d47d0084785f496da +version: '[% c("abbrev") %]' -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-browser] branch tor-browser-91.12.0esr-12.0-1 updated (0858fd74d6f06 -> deafecfad5c47)
by gitolite role 04 Aug '22

04 Aug '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to branch tor-browser-91.12.0esr-12.0-1 in repository tor-browser. from 0858fd74d6f06 fixup! Bug 10760: Integrate TorButton to TorBrowser core new 3f7a8bfb12271 Bug 1722489 - Evaluate HSTS before https-only in NS_ShouldSecureUpgrade. r=ckerschb,necko-reviewers,kershaw new b4072a5e6bfc4 Bug 1724080: Have https-first and https-only rules apply to speculative connections r=kershaw new deafecfad5c47 fixup! Firefox preference overrides. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: browser/app/profile/001-base-profile.js | 12 + .../en-US/chrome/security/security.properties | 6 + dom/security/nsHTTPSOnlyUtils.cpp | 24 +- dom/security/test/https-first/browser.ini | 2 + .../browser_httpsfirst_speculative_connect.js | 69 ++++ .../https-first/browser_mixed_content_console.js | 2 +- .../file_httpsfirst_speculative_connect.html | 1 + dom/security/test/https-only/browser.ini | 5 + dom/security/test/https-only/browser_hsts_host.js | 111 +++++++ .../browser_httpsonly_speculative_connect.js | 69 ++++ .../file_httpsonly_speculative_connect.html | 1 + dom/security/test/https-only/hsts_headers.sjs | 24 ++ netwerk/base/nsIOService.cpp | 22 ++ netwerk/base/nsNetUtil.cpp | 354 ++++++++++++--------- 14 files changed, 538 insertions(+), 164 deletions(-) create mode 100644 dom/security/test/https-first/browser_httpsfirst_speculative_connect.js create mode 100644 dom/security/test/https-first/file_httpsfirst_speculative_connect.html create mode 100644 dom/security/test/https-only/browser_hsts_host.js create mode 100644 dom/security/test/https-only/browser_httpsonly_speculative_connect.js create mode 100644 dom/security/test/https-only/file_httpsonly_speculative_connect.html create mode 100644 dom/security/test/https-only/hsts_headers.sjs -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 3
0 0
[builders/tor-browser-build] branch main updated: Updated the Release Prep issue template
by gitolite role 04 Aug '22

04 Aug '22
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch main in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/main by this push: new 5092d50 Updated the Release Prep issue template 5092d50 is described below commit 5092d500ace3de265529797ba870aba61e825040 Author: Pier Angelo Vendrame <pierov(a)torproject.org> AuthorDate: Thu Aug 4 11:00:05 2022 +0200 Updated the Release Prep issue template Added the instructions to update the new base-browser translation files, and the instructions to update the manual. --- .gitlab/issue_templates/Release Prep.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab/issue_templates/Release Prep.md b/.gitlab/issue_templates/Release Prep.md index 2aaab03..9aac7ed 100644 --- a/.gitlab/issue_templates/Release Prep.md +++ b/.gitlab/issue_templates/Release Prep.md @@ -205,6 +205,10 @@ Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in - [ ] ***(Optional)*** If version available, update `noscript` section of `input_files` in `projects/browser/config` - [ ] `URL` - [ ] `sha256sum` +- [ ] Update the translation branches + - [ ] Go to https://gitlab.torproject.org/tpo/translation/-/tree/base-browser/ + - [ ] Copy the hash of the last commit + - [ ] Paste it into `projects/translation-base-browser/config` - [ ] Check for openssl updates here : https://github.com/openssl/openssl/tags - [ ] ***(Optional)*** If new 1.X.Y series tag available, update `projects/openssl/config` - [ ] `version` : update to next 1.X.Y release tag @@ -216,6 +220,16 @@ Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in - [ ] ***(Optional)*** If new go version is available, update `projects/go/config` - [ ] `version` : update go version - [ ] `input_files/sha256sum` for `go` : update sha256sum of archive (sha256 sums are displayed on the go download page) +- [ ] ***(Optional)*** Update the manual + - [ ] Go to https://gitlab.torproject.org/tpo/web/manual/-/jobs/ + - [ ] Open the latest build stage + - [ ] Download the artifacts (they come in a .zip file). + - [ ] Rename it to `manual_$PIPELINEID.zip` + - [ ] Upload it to people.tpo + - [ ] Update `projects/manual/config` + - [ ] Change the version to `$PIPELINEID` + - [ ] Update the hash in the input_files section + - [ ] Update the URL if you have uploaded to a different people.tpo home - [ ] Update `ChangeLog.txt` - [ ] Ensure ChangeLog.txt is sync'd between alpha and stable branches - [ ] Open MR with above changes -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-browser] annotated tag tor-browser-91.12.0esr-12.0-1-build2 deleted (was ca62051a33320)
by gitolite role 04 Aug '22

04 Aug '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to annotated tag tor-browser-91.12.0esr-12.0-1-build2 in repository tor-browser. *** WARNING: tag tor-browser-91.12.0esr-12.0-1-build2 was deleted! *** tag was ca62051a33320 This change permanently discards the following revisions: discard b4072a5e6bfc4 Bug 1724080: Have https-first and https-only rules apply to speculative connections r=kershaw discard 3f7a8bfb12271 Bug 1722489 - Evaluate HSTS before https-only in NS_ShouldSecureUpgrade. r=ckerschb,necko-reviewers,kershaw -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[builders/tor-browser-build] branch main updated: Updated the Release Prep issue template
by gitolite role 04 Aug '22

04 Aug '22
This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch main in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/main by this push: new 4e428d9 Updated the Release Prep issue template 4e428d9 is described below commit 4e428d9ca5a99af3c8bf82ed0a94285b241f22be Author: Richard Pospesel <richard(a)torproject.org> AuthorDate: Thu Aug 4 08:25:27 2022 +0000 Updated the Release Prep issue template --- .gitlab/issue_templates/Release Prep.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitlab/issue_templates/Release Prep.md b/.gitlab/issue_templates/Release Prep.md index d2d0207..2aaab03 100644 --- a/.gitlab/issue_templates/Release Prep.md +++ b/.gitlab/issue_templates/Release Prep.md @@ -45,7 +45,7 @@ - [ ] ***(Optional)*** Update translations : - **NOTE** : mandatory if we have added new string dependencies - [ ] `./import-translations.sh` - - [ ] Commit with message `Translation updates + - [ ] Commit with message `Translation updates` - **NOTE** : only add files which are already being tracked - [ ] *(Optional)* Backport to maintenance branch if present - [ ] fixup! `tor-browser`'s `Bug 10760 : Integrate TorButton to TorBrowser core` issue to point to updated `torbutton` commit @@ -54,6 +54,7 @@ - [ ] ***(Optional)*** Update translations: - **NOTE** : mandatory if we have added new string dependencies - [ ] ./localization/import-translations.sh + - [ ] Commit with message `Translation updates` - [ ] Update `install.rdf` file with new version - [ ] Sign/Tag commit : - Tag : `$(TOR_LAUNCHER_VERSION)` @@ -75,7 +76,10 @@ - [ ] Perform rangediff to ensure nothing weird happened resolving conflicts - `git range-diff $(ESR_TAG_PREV)..$(TOR_BROWSER_BRANCH_PREV) $(ESR_TAG)..$(TOR_BROWSER_BRANCH)` - [ ] Open MR for the rebase -- [ ] _TODO: tag base firefox no-tor browser_ +- [ ] ***(Alpha Only)*** Sign/Tag base-browser commit: + **NOTE** : Currently we are using the `Bug 27511: Add new identity button to toolbar` commit as the dividing line between `base-browser` and `tor-browser` + - Tag : `base-browser-$(ESR_VERSION)esr-$(TOR_BROWSER_MAJOR).$(TOR_BROWSER_MINOR)-1-build1 + - Message: `Tagging build1 for $(ESR_VERSION)esr-based (alpha|stable)` - [ ] ***(Optional)*** Backport any required patches to Stable - [ ] cherry-pick patches on top of rebased branch (issues to backport should have `Backport` label and be linked to the associated `Release Prep` issue - [ ] Close associated `Backport` issues @@ -84,6 +88,8 @@ - Tag : `tor-browser-$(ESR_VERSION)esr-$(TOR_BROWSER_MAJOR).$(TOR_BROWSER_MINOR)-1-$(FIREFOX_BUILD_N)` - Message : `Tagging $(FIREFOX_BUILD_N) for $(ESR_VERSION)esr-based (alpha|stable)` - [ ] Push tag to origin +- [ ] ***(Alpha Only)*** Update Gitlab Default Branch to new Alpha branch + - https://gitlab.torproject.org/tpo/applications/tor-browser/-/settings/repos… </details> @@ -196,7 +202,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch, while Stable lives in - [ ] ***(Optional)*** `var/fenix_version` : update to latest `$(RR_VERSION)` if rebased - [ ] ***(Android Only)*** Update allowed_addons.json by running (from `tor-browser-build` root)`./tools/fetch_allowed_addons.py > projects/tor-browser/allowed_addons.json - [ ] Check for NoScript updates here : https://addons.mozilla.org/en-US/firefox/addon/noscript - - [ ] ***(Optional)*** If version available, update `noscript` section of `input_files` in `projects/tor-browser/config` + - [ ] ***(Optional)*** If version available, update `noscript` section of `input_files` in `projects/browser/config` - [ ] `URL` - [ ] `sha256sum` - [ ] Check for openssl updates here : https://github.com/openssl/openssl/tags -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-browser] annotated tag tor-browser-91.12.0esr-12.0-1-build2 created (now ca62051a33320)
by gitolite role 03 Aug '22

03 Aug '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to annotated tag tor-browser-91.12.0esr-12.0-1-build2 in repository tor-browser. at ca62051a33320 (tag) tagging b4072a5e6bfc41ad913a9219d04df51b8579711a (commit) replaces tor-browser-91.12.0esr-12.0-1-build1 by Richard Pospesel on Wed Aug 3 16:52:54 2022 +0000 - Log ----------------------------------------------------------------- Tagging build2 for 91.12esr-based alpha -----BEGIN PGP SIGNATURE----- iQJLBAABCAA1FiEEvnyRTMkiztnZPSO33kc2A2PzSywFAmLqqAsXHHJpY2hhcmRA dG9ycHJvamVjdC5vcmcACgkQ3kc2A2PzSyzEAQ/6AjDnq9oLHYXEfmbulW7ZUuNk hmDVb2hIUF6Vb9AfnKuuIEF014sf24rF/bkDvDgeSpQNYnoZu42LJuh2xsm+D4hr ycJ7nHDkDTdFzkqp7xrJm7H6cDPwAcF57KXvQmAKAM+4c4Hn62FE2iF3vUrEatte 3qwZFhMmn6zifhyTjoCInnQAExBBCi6Dshv3K8jY9b89Osuxb+cC7XzzxsZMyz1K PKJqSYKIBd30cazVyJi3/Xc4/IWjhHLipkPz3kOP/ra/d7z760+od2Y18EzW/cR0 V0ROgYZ5UKWoWnz82Mclx/BuPwkY8P26Tq76IuoeH2w9rghiKBQitpZ01tOqkN8m z+bQYFoN1/ViZTlLpsD5AlTTFGTbjA3fqLDMd6YXuAx10OnaRjZiiWU4ImJ71Omv Ebk1/53KT/3iYEA3PQLLQyMCBljOkZvLZ/2Buo5fxzpZlnkZlhUiFnlo+Xx+Xzl8 ZobqS25DOoZ/nVTjN02j0wTNg4/fDyv5wyYwSHUqwEasX1hZ7lR524XrqraRsqNW /Z7vkiArRl87/Rkfog1TOyTkbRHJGgyfm6jnuuAlEZsu/QUDo4qWZ0wgPZoWmIHb D5zBiMjCbU05kNuznYKnQCla+eGZoi5K9th8+KJnaeSiY+xocXKV+SbPVDr2txWf aFwEsB156iFWqilreVI= =NKtX -----END PGP SIGNATURE----- ----------------------------------------------------------------------- This annotated tag includes the following new commits: new 3f7a8bfb12271 Bug 1722489 - Evaluate HSTS before https-only in NS_ShouldSecureUpgrade. r=ckerschb,necko-reviewers,kershaw new b4072a5e6bfc4 Bug 1724080: Have https-first and https-only rules apply to speculative connections r=kershaw The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 2
0 0
  • ← Newer
  • 1
  • ...
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.