[tbb-commits] [Git][tpo/applications/tor-browser-build][maint-12.0] Bug 40707: Don't redirect 11.5.8 users to pre12.0
Richard Pospesel (@richard)
git at gitlab.torproject.org
Thu Dec 15 18:48:52 UTC 2022
Richard Pospesel pushed to branch maint-12.0 at The Tor Project / Applications / tor-browser-build
Commits:
926c375c by Nicolas Vigier at 2022-12-15T18:48:34+00:00
Bug 40707: Don't redirect 11.5.8 users to pre12.0
- - - - -
1 changed file:
- projects/release/update_responses_config.yml
Changes:
=====================================
projects/release/update_responses_config.yml
=====================================
@@ -64,6 +64,9 @@ htaccess_rewrite_rules:
release: |
# bug 26570: Redirect pre-8.0 stable users to a separate update directory
RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0/release/$0 [last]
- # tor-browser-build#40678: Force all 11.5 users to update through 11.5.8 before 12.0
+ # tor-browser-build#40678: Force all <=11.5.7 users to update through 11.5.8 before 12.0
RewriteRule ^[^/]+/[89]\..*/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
- RewriteRule ^[^/]+/1[01]\..*/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
+ RewriteRule ^[^/]+/10\..*/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
+ RewriteRule ^[^/]+/11\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
+ RewriteRule ^[^/]+/11\.5/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
+ RewriteRule ^[^/]+/11\.5\.[01234567]/.* https://aus1.torproject.org/torbrowser/update_pre12.0/release/$0 [last]
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/926c375c06bdc05ec7a47c5615f94ee32d6c89a9
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/926c375c06bdc05ec7a47c5615f94ee32d6c89a9
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20221215/1d593f7f/attachment.htm>
More information about the tbb-commits
mailing list