We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e5bba commit ffedb86Copy full SHA for ffedb86
tests/test_validators.py
@@ -121,10 +121,10 @@ def test_validate_bad_origin_uris(self):
121
'https://["><script>alert()</script>',
122
# Origin uri should not contain path, query of fragment parts
123
# https://www.rfc-editor.org/rfc/rfc6454#section-7.1
124
- "https:/example.com/",
125
- "https:/example.com/test",
126
- "https:/example.com/?q=test",
127
- "https:/example.com/#test",
+ "https://example.com/",
+ "https://example.com/test",
+ "https://example.com/?q=test",
+ "https://example.com/#test",
128
]
129
130
for uri in bad_uris:
0 commit comments