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
Version 6.0.0 of mozilla/bleach converts ALLOWED_PROTOCOLS to a frozen set. Therefore, the concatenation of ALLOWED_PROTOCOLS with ["tel"] causes a TypeError.
ALLOWED_PROTOCOLS
["tel"]
This can either be fixed by pinning the version to <6.0.0 or converting ALLOWED_PROTOCOLS to a list. Any preference? I can create a PR for this.
The text was updated successfully, but these errors were encountered:
Just realized this was already filed.
Sorry, something went wrong.
See #2054
No branches or pull requests
Version 6.0.0 of mozilla/bleach converts
ALLOWED_PROTOCOLS
to a frozen set. Therefore, the concatenation ofALLOWED_PROTOCOLS
with["tel"]
causes a TypeError.This can either be fixed by pinning the version to <6.0.0 or converting
ALLOWED_PROTOCOLS
to a list. Any preference? I can create a PR for this.The text was updated successfully, but these errors were encountered: