Skip to content
Snippets Groups Projects
Unverified Commit c74e0320 authored by boklm's avatar boklm
Browse files

Bug 40678: Force all 11.5 users to update through 11.5.8 before 12.0

parent 4068fc29
Branches
Tags
No related merge requests found
......@@ -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]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment