mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 20:39:08 +00:00
Merge pull request #4103 from JoshyPHP/ticket/12221
[ticket/12221] URLs Containing javascript: are Garbled
This commit is contained in:
commit
e0529ecfe8
2 changed files with 2 additions and 0 deletions
1
tests/text_processing/tickets_data/PHPBB3-12221.html
Normal file
1
tests/text_processing/tickets_data/PHPBB3-12221.html
Normal file
|
@ -0,0 +1 @@
|
|||
<a href="https://example.com/test/#?javascript:lolhax" class="postlink">https://example.com/test/#?javascript:lolhax</a>
|
1
tests/text_processing/tickets_data/PHPBB3-12221.txt
Normal file
1
tests/text_processing/tickets_data/PHPBB3-12221.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://example.com/test/#?javascript:lolhax
|
Loading…
Add table
Reference in a new issue