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

[ticket/security/211] Allow make_clickable() again after change to regex

SECURITY-211
This commit is contained in:
Marc Alexander
2017-08-03 22:20:33 +02:00
parent f7d387f93c
commit 342a7cbd55
3 changed files with 3 additions and 4 deletions

View File

@@ -273,8 +273,8 @@ class phpbb_profilefield_type_string_test extends phpbb_test_case
array(
'http://foobar.com',
array('field_show_novalue' => false),
'http://foobar.com',
'Field should output the given value but not make it clickable',
'<!-- l --><a class="postlink-local" href="http://foobar.com">foobar.com</a><!-- l -->',
'Field should output the given value and make it clickable',
),
array(
'javascript://foobar.com',