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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Here is an example: https://raw.githubusercontent.com/google/pybadges/master/tests/golden-images/build-failure.svg?sanitize=true
The original image has content like:
<svg height="20" width="82.30000000000001" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Error in foo.py, line 3</title> <linearGradient...
The sanitized version:
+ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="20" width="82.30000000000001"> - <title>Error in foo.py, line 3</title> <linearGradient...
I think that title elements should be safe and can be whitelisted.
title
The text was updated successfully, but these errors were encountered:
👋 Please reach out to our support team with your bug report — this repository is only monitored by maintainers of the gem. Thanks!
Sorry, something went wrong.
No branches or pull requests
Here is an example:
https://raw.githubusercontent.com/google/pybadges/master/tests/golden-images/build-failure.svg?sanitize=true
The original image has content like:
The sanitized version:
I think that
title
elements should be safe and can be whitelisted.The text was updated successfully, but these errors were encountered: