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

Problem with scrub_css when value is rgb #129

Closed
SavenkoSy opened this issue Oct 13, 2017 · 2 comments
Closed

Problem with scrub_css when value is rgb #129

SavenkoSy opened this issue Oct 13, 2017 · 2 comments

Comments

@SavenkoSy
Copy link

SavenkoSy commented Oct 13, 2017

After updated from 2.0.3 -> '2.1.1'

When the version is 2.0.3:
Loofah::HTML5::Scrub.scrub_css "color: rgb(255, 0, 0)"
=> "color: rgb(255, 0, 0);"

When the version is 2.1.1:
Loofah::HTML5::Scrub.scrub_css "color: rgb(255, 0, 0)"
=> ""

@tschoppi
Copy link

Might be solved with manual intervention after #123 has been merged.

@flavorjones
Copy link
Owner

Will be fixed in the next release, likely named v2.2.0.

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

No branches or pull requests

3 participants