boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
69f1477f
by Nicolas Vigier at 2025-01-28T16:51:43+01:00
1 changed file:
Changes:
... | ... | @@ -89,6 +89,8 @@ htaccess_rewrite_rules: |
89 | 89 | RewriteRule ^[^/]+/1[012]\..*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
|
90 | 90 | RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
|
91 | 91 | RewriteRule ^[^/]+/13\.5a\d/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
|
92 | + # tor-browser-build41356: Make 14.0a4 a watershed alpha release
|
|
93 | + RewriteRule ^[^/]+/14\.0a[123]/.* https://aus1.torproject.org/torbrowser/update_pre14.0a4/alpha/$0 [last]
|
|
92 | 94 | release: |
|
93 | 95 | # bug 26570: Redirect pre-8.0 stable users to a separate update directory
|
94 | 96 | RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0/release/$0 [last]
|