boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: cfc4d26f by Nicolas Vigier at 2026-03-26T14:43:44+01:00 Bug 41741: Add rewrite rules for 13.5-specific update path - - - - - 1 changed file: - projects/release/update_responses_config.yml Changes: ===================================== projects/release/update_responses_config.yml ===================================== @@ -124,4 +124,8 @@ htaccess_rewrite_rules: RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last] RewriteRule ^[^/]+/13\.5/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last] RewriteRule ^[^/]+/13\.5\.[0123456]/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last] + # tor-browser-build#41741: Create a 13.5-specific update path + RewriteRule ^[^/]+/13\.5\.[789]/.* https://aus1.torproject.org/torbrowser/update_legacy13.5/release/$0 [last] + RewriteRule ^[^/]+/13\.5\.1\d/.* https://aus1.torproject.org/torbrowser/update_legacy13.5/release/$0 [last] + RewriteRule ^[^/]+/13\.5\.2[012345678]/.* https://aus1.torproject.org/torbrowser/update_legacy13.5/release/$0 [last] [% END -%] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/cf... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/cf... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
boklm (@boklm)