Use HTTPS in Debuggex URLs

pull/1395/head
Daniel Aleksandersen 2016-04-24 02:20:02 +02:00
parent aa303acfd6
commit add67227f4
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)'), q = urllib.urlencode({ 're': regex.replace('<HOST>', '(?&.ipv4)'),
'str': sample, 'str': sample,
'flavor': 'python' }) 'flavor': 'python' })
return 'http://www.debuggex.com/?' + q return 'https://www.debuggex.com/?' + q
def output(args): def output(args):
print(args) print(args)