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

Whitelisted <u> element in input sanitation rules. #1090

Merged
merged 1 commit into from
Nov 5, 2015
Merged

Whitelisted <u> element in input sanitation rules. #1090

merged 1 commit into from
Nov 5, 2015

Conversation

stopfstedt
Copy link
Member

fixes #1089

@@ -250,6 +250,7 @@ public function testInputSanitationTestProvider()
'<a href="https://iliosproject.org" target="_blank">Ilios</a>',
'<a href="https://iliosproject.org">Ilios</a>'
],
['<u>NOW I CRY</u>', '<u>NOW I CRY</u>'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

jrjohnson added a commit that referenced this pull request Nov 5, 2015
Whitelisted <u> element in input sanitation rules.
@jrjohnson jrjohnson merged commit 15681f8 into ilios:master Nov 5, 2015
@stopfstedt stopfstedt deleted the whitelist_underscore branch November 9, 2015 22:05
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.

whitelist underscore element
2 participants