boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: b7d971d5 by Nicolas Vigier at 2026-01-27T16:52:41+01:00 Bug 41427: Drop the openURL property from update-responses - - - - - 1 changed file: - tools/update-responses/update_responses Changes: ===================================== tools/update-responses/update_responses ===================================== @@ -399,7 +399,6 @@ sub get_response { buildID => get_config($config, $version, $os, 'buildID'), detailsURL => get_config($config, $version, $os, 'detailsURL'), actions => 'showURL', - openURL => get_config($config, $version, $os, 'detailsURL'), defined $minversion ? ( minSupportedOSVersion => $minversion ) : (), defined $mininstruc ? ( minSupportedInstructionSet => $mininstruc ) : (), ); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b7... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b7... You're receiving this email because of your account on gitlab.torproject.org.