1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/security/234] Add URL validation for input fields

SECURITY-234
This commit is contained in:
Marc Alexander
2019-04-14 14:07:22 +02:00
parent 507efee633
commit 84ea5d7148
3 changed files with 17 additions and 3 deletions

View File

@@ -325,6 +325,7 @@ $lang = array_merge($lang, array(
'TOTAL_SIZE' => 'Total size',
'UCP' => 'User Control Panel',
'URL_INVALID' => 'The provided URL for the setting “%1$s” is invalid.',
'USERNAMES_EXPLAIN' => 'Place each username on a separate line.',
'USER_CONTROL_PANEL' => 'User Control Panel',