mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[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:
parent
62333f0ca2
commit
762d9fcf7b
2 changed files with 2 additions and 0 deletions
|
@ -7,3 +7,4 @@
|
|||
<a href="mailto:user@example.org?subject=Hello&body=Sent%20from%20phpBB">user@example.org</a><br>
|
||||
<a href="mailto:user@example.org?subject=Hello&body=Sent%20from%20phpBB">user@example.org</a><br>
|
||||
<a href="mailto:user@example.org?subject=Hello&body=Sent%20from%20phpBB">...</a><br>
|
||||
<a href="mailto:user@example.org?subject=hi%26attach%3Dfoo">user@example.org</a><br>
|
||||
|
|
|
@ -7,3 +7,4 @@
|
|||
[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" email="user@example.org"]...[/email]
|
||||
[email subject="hi&attach=foo"]user@example.org[/email]
|
||||
|
|
Loading…
Add table
Reference in a new issue