Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 8, 2017

Conversation

tillkruss
Copy link
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