[Git][tpo/applications/tor-browser-build][main] Bug 40678: Force all 11.5 users to update through 11.5.8 before 12.0

boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: c74e0320 by Nicolas Vigier at 2022-12-13T19:54:42+01:00 Bug 40678: Force all 11.5 users to update through 11.5.8 before 12.0 - - - - - 1 changed file: - projects/release/update_responses_config.yml Changes: ===================================== projects/release/update_responses_config.yml ===================================== @@ -64,3 +64,6 @@ 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 + 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] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c7... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c7... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
boklm (@boklm)