Skip to content

[5.4] Decode html entities in plain text email#19518

Merged
taylorotwell merged 1 commit into
laravel:5.4from
tillkruss:decode-html-entities
Jun 8, 2017
Merged

[5.4] Decode html entities in plain text email#19518
taylorotwell merged 1 commit into
laravel:5.4from
tillkruss:decode-html-entities

Conversation

@tillkruss
Copy link
Copy Markdown
Contributor

Fixes #19290. All it does is apply html_entity_decode() to decode the HTML entities that e() added.

XSS is unnecessary in plain text emails and the HTML entities impact the readability of the email.

@taylorotwell taylorotwell merged commit fd40d0c into laravel:5.4 Jun 8, 2017
@tillkruss tillkruss deleted the decode-html-entities branch July 21, 2017 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants