mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Fix the regexp so it will produce less false-positives
This commit is contained in:
@@ -555,7 +555,7 @@ class rcube_utils
|
||||
$value .= ' url(' . $url . ')';
|
||||
}
|
||||
}
|
||||
} elseif (preg_match('/;.*/', $val)) {
|
||||
} elseif (preg_match('/;.+/', $val)) {
|
||||
// Invalid or evil content, ignore
|
||||
continue;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user