[ticket/16580] Updated email-related test

This ensures that re-activating email fields does not introduce any exploit

PHPBB3-16580
This commit is contained in:
JoshyPHP 2020-08-18 12:11:40 +02:00
parent 62333f0ca2
commit 762d9fcf7b
2 changed files with 2 additions and 0 deletions

View file

@ -7,3 +7,4 @@
<a href="mailto:user@example.org?subject=Hello&amp;body=Sent%20from%20phpBB">user@example.org</a><br> <a href="mailto:user@example.org?subject=Hello&amp;body=Sent%20from%20phpBB">user@example.org</a><br>
<a href="mailto:user@example.org?subject=Hello&amp;body=Sent%20from%20phpBB">user@example.org</a><br> <a href="mailto:user@example.org?subject=Hello&amp;body=Sent%20from%20phpBB">user@example.org</a><br>
<a href="mailto:user@example.org?subject=Hello&amp;body=Sent%20from%20phpBB">...</a><br> <a href="mailto:user@example.org?subject=Hello&amp;body=Sent%20from%20phpBB">...</a><br>
<a href="mailto:user@example.org?subject=hi%26attach%3Dfoo">user@example.org</a><br>

View file

@ -7,3 +7,4 @@
[email subject="Hello" body="Sent from phpBB"]user@example.org[/email] [email subject="Hello" body="Sent from phpBB"]user@example.org[/email]
[email body="Sent from phpBB" subject="Hello"]user@example.org[/email] [email body="Sent from phpBB" subject="Hello"]user@example.org[/email]
[email body="Sent from phpBB" subject="Hello" email="user@example.org"]...[/email] [email body="Sent from phpBB" subject="Hello" email="user@example.org"]...[/email]
[email subject="hi&attach=foo"]user@example.org[/email]