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

feat: introduce Rails::HTML::Sanitizer.best_supported_vendor #167

Merged
merged 1 commit into from
May 24, 2023

Conversation

flavorjones
Copy link
Member

so that callers don't need to check html5_support? to choose the best parser available.

The conditionals are making Rails integration harder than it needs to be, see rails/rails#48293

so that callers don't need to check `html5_support?` to choose the
best parser available.
@flavorjones flavorjones force-pushed the flavorjones-best-supported-vendor-method branch from 7647759 to e953444 Compare May 24, 2023 21:10
@flavorjones flavorjones merged commit b98af6c into main May 24, 2023
10 checks passed
@flavorjones flavorjones deleted the flavorjones-best-supported-vendor-method branch May 24, 2023 21:17
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.

None yet

2 participants