-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sanitizer: use urlparse from vendored CPython 3.6.14 urllib.parse
Update test_uri_value_allowed_protocols testcases: * convert test_invalid_uri_does_not_raise_error into a test case * add test case for data: scheme * add test case for implicit http for IP and port with path and fragment * add test case for relative path URI * test "is not allowed by default" test cases against default ALLOWED_PROTOCOLS * change anchor-only test that doesn't include a domain and add a comment to the domain one refs: https://github.com/mozilla/bleach/pull/565/files#r568229243
- Loading branch information
Greg Guthe
committed
Aug 25, 2021
1 parent
9023f7f
commit 1033d4d
Showing
2 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters