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
1 changed file:
Changes:
| ... | ... | @@ -399,7 +399,6 @@ sub get_response { |
| 399 | 399 | buildID => get_config($config, $version, $os, 'buildID'),
|
| 400 | 400 | detailsURL => get_config($config, $version, $os, 'detailsURL'),
|
| 401 | 401 | actions => 'showURL',
|
| 402 | - openURL => get_config($config, $version, $os, 'detailsURL'),
|
|
| 403 | 402 | defined $minversion ? ( minSupportedOSVersion => $minversion ) : (),
|
| 404 | 403 | defined $mininstruc ? ( minSupportedInstructionSet => $mininstruc ) : (),
|
| 405 | 404 | );
|