mirror of https://github.com/MISP/misp-modules
brackets are difficult...
parent
72cd5e3c1f
commit
2d8aaf09c2
|
@ -16,8 +16,8 @@ debug = True
|
||||||
debug_prefix = "[DEBUG] QR Code module: "
|
debug_prefix = "[DEBUG] QR Code module: "
|
||||||
# format example: bitcoin:1GXZ6v7FZzYBEnoRaG77SJxhu7QkvQmFuh?amount=0.15424
|
# format example: bitcoin:1GXZ6v7FZzYBEnoRaG77SJxhu7QkvQmFuh?amount=0.15424
|
||||||
# format example: http://example.com
|
# format example: http://example.com
|
||||||
cryptocurrencies = {'bitcoin'}
|
cryptocurrencies = ['bitcoin']
|
||||||
schemas = {'http://', 'https://', 'ftp://'}
|
schemas = ['http://', 'https://', 'ftp://']
|
||||||
moduleconfig = []
|
moduleconfig = []
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue