[tor-commits] [tor-browser-bundle/master] Bug 13512: update_responses - add the actions and openURL attributes

gk at torproject.org gk at torproject.org
Mon Aug 31 11:23:38 UTC 2015


commit 276687123cd14f6889c7506016d1d233a3e74628
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Thu Aug 20 15:54:36 2015 +0200

    Bug 13512: update_responses - add the actions and openURL attributes
---
 tools/update-responses/update_responses |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/update-responses/update_responses b/tools/update-responses/update_responses
index d238d3a..4f6286d 100755
--- a/tools/update-responses/update_responses
+++ b/tools/update-responses/update_responses
@@ -226,6 +226,8 @@ sub get_response {
         platformVersion => get_config($config, $version, $os, 'platformVersion'),
         buildID => '20000101000000',
         detailsURL => get_config($config, $version, $os, 'detailsURL'),
+        actions => 'showURL',
+        openURL => get_config($config, $version, $os, 'detailsURL'),
         defined $minversion ? ( minSupportedOSVersion => $minversion ) : (),
     );
     foreach my $patch (@patches) {





More information about the tor-commits mailing list