Merge branch '2.4' of https://github.com/MISP/MISP into 2.4

pull/5216/head
chrisr3d 2019-09-24 00:43:43 +02:00
commit 0a563c99d6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class ComplexTypeTool
array(
'from' => '/\.+/',
'to' => '.',
'types' => array('link', 'url', 'ip-dst', 'ip-src', 'domain|ip', 'domain', 'hostname')
'types' => array('ip-dst', 'ip-src', 'domain|ip', 'domain', 'hostname')
),
array(
'from' => '/\[hxxp:\/\/\]/',