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
1 changed file:
Changes:
... | ... | @@ -8,7 +8,7 @@ RewriteRule ^[^/]+/1[012]\..*/.* https://aus1.torproject.org/torbrowser/update_p |
8 | 8 | RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
|
9 | 9 | RewriteRule ^[^/]+/13\.5a\d/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
|
10 | 10 | # Make 14.0a4 a watershed alpha release
|
11 | -RewriteRule ^[^/]+/14\.5a[123]/.* https://aus1.torproject.org/torbrowser/update_pre14.0a4/alpha/$0 [last]
|
|
11 | +RewriteRule ^[^/]+/14\.0a[123]/.* https://aus1.torproject.org/torbrowser/update_pre14.0a4/alpha/$0 [last]
|
|
12 | 12 | RewriteRule ^[^/]+/14.5a2/ no-update.xml [last]
|
13 | 13 | RewriteRule ^Linux_x86-gcc3/14.0a8/ALL 14.0a8-14.5a2-linux-i686-ALL.xml [last]
|
14 | 14 | RewriteRule ^Linux_x86-gcc3/14.0a9/ALL 14.0a9-14.5a2-linux-i686-ALL.xml [last]
|