mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12794] Properly validate google+ field against valid character set
This commit is contained in:
@@ -40,7 +40,7 @@ class type_googleplus extends type_string
|
||||
'field_length' => 20,
|
||||
'field_minlen' => 3,
|
||||
'field_maxlen' => 255,
|
||||
'field_validation' => '[\w]+',
|
||||
'field_validation' => '(?:(?!\.{2,})([^<>=+]))+',
|
||||
'field_novalue' => '',
|
||||
'field_default_value' => '',
|
||||
);
|
||||
|
Reference in New Issue
Block a user