Merge pull request #1395 from Aeyoun/patch-2

Use HTTPS in Debuggex URLs
pull/1404/head
Yaroslav Halchenko 2016-04-27 21:14:16 -04:00
commit 2948026a60
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def debuggexURL(sample, regex):
q = urllib.urlencode({ 're': regex.replace('<HOST>', '(?&.ipv4)'),
'str': sample,
'flavor': 'python' })
return 'http://www.debuggex.com/?' + q
return 'https://www.debuggex.com/?' + q
def output(args):
print(args)