We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sanitize removes a style like "margin:-4px". This test fails
input = '<p style="color: #000; margin: -9px;"></p>' assert_equal input, white_list_sanitize(input, attributes: %w(style))
The text was updated successfully, but these errors were encountered:
The problem is in loofah. added a fix there and sent a pull request flavorjones/loofah#85
Sorry, something went wrong.
Nice find and thanks for working on this, 👍.
Fixed in Loofah v2.0.2 via flavorjones/loofah#85
No branches or pull requests
Sanitize removes a style like "margin:-4px".
This test fails
The text was updated successfully, but these errors were encountered: