[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40707: Don't redirect 11.5.8 users to pre12.0

Richard Pospesel (@richard) git at gitlab.torproject.org
Thu Dec 15 13:18:13 UTC 2022



Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build


Commits:
ea4c8aa3 by Nicolas Vigier at 2022-12-13T20:07:12+01: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/ea4c8aa3434a1834aae18fdd3231afcc1bff75bb

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/ea4c8aa3434a1834aae18fdd3231afcc1bff75bb
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/9a6c56f6/attachment.htm>


More information about the tbb-commits mailing list