chg: [internal] URL is already defang in ComplexTypeTool

pull/6418/head
Jakub Onderka 2020-10-11 11:18:43 +02:00
parent ace025e085
commit d1a6a94f78
1 changed files with 0 additions and 4 deletions

View File

@ -1593,10 +1593,6 @@ class Attribute extends AppModel
$value = preg_replace('/\(0\)/', '', $value);
$value = preg_replace('/[^\+0-9]+/', '', $value);
break;
case 'url':
$value = preg_replace('/^hxxp/i', 'http', $value);
$value = preg_replace('/\[\.\]/', '.', $value);
break;
case 'x509-fingerprint-md5':
case 'x509-fingerprint-sha256':
case 'x509-fingerprint-sha1':