morgan pushed to branch main at The Tor Project / Applications / Tor Browser update responses

Commits:

1 changed file:

Changes:

  • update_3/release/.htaccess
    ... ... @@ -13,7 +13,8 @@ RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre1
    13 13
     RewriteRule ^[^/]+/13\.5/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last]
    
    14 14
     RewriteRule ^[^/]+/13\.5\.[0123456]/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last]
    
    15 15
     RewriteRule ^[^/]+/14.0/ no-update.xml [last]
    
    16
    -RewriteRule ^[^/]+/13.5.7/ no-update.xml [last]
    
    16
    +# Disable this rule for now so 13.5.7 download the appropriate 14.0+13.5.7-.*xml response
    
    17
    +# RewriteRule ^[^/]+/13.5.7/ no-update.xml [last]
    
    17 18
     RewriteRule ^Linux_x86-gcc3/13.5.5/ALL 13.5.5-14.0+13.5.7-linux-i686-ALL.xml [last]
    
    18 19
     RewriteRule ^Linux_x86-gcc3/13.5.6/ALL 13.5.6-14.0+13.5.7-linux-i686-ALL.xml [last]
    
    19 20
     RewriteRule ^Linux_x86-gcc3/13.5.7/ALL 13.5.7-14.0+13.5.7-linux-i686-ALL.xml [last]