boklm pushed to branch main at The Tor Project / Applications / Tor Browser update responses
Commits: fdb6d9d0 by Nicolas Vigier at 2025-01-28T16:39:39+01:00 Fix typo in 14.0a4 watershed redirect rule
- - - - -
1 changed file:
- update_3/alpha/.htaccess
Changes:
===================================== update_3/alpha/.htaccess ===================================== @@ -8,7 +8,7 @@ RewriteRule ^[^/]+/1[012]..*/.* https://aus1.torproject.org/torbrowser/update_p RewriteRule ^[^/]+/13.0.*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last] RewriteRule ^[^/]+/13.5a\d/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last] # Make 14.0a4 a watershed alpha release -RewriteRule ^[^/]+/14.5a[123]/.* https://aus1.torproject.org/torbrowser/update_pre14.0a4/alpha/$0 [last] +RewriteRule ^[^/]+/14.0a[123]/.* https://aus1.torproject.org/torbrowser/update_pre14.0a4/alpha/$0 [last] RewriteRule ^[^/]+/14.5a2/ no-update.xml [last] RewriteRule ^Linux_x86-gcc3/14.0a8/ALL 14.0a8-14.5a2-linux-i686-ALL.xml [last] RewriteRule ^Linux_x86-gcc3/14.0a9/ALL 14.0a9-14.5a2-linux-i686-ALL.xml [last]
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses/...
tor-commits@lists.torproject.org