mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Use HTTPS in Debuggex URLs
This commit is contained in:
parent
aa303acfd6
commit
add67227f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue