RESOLVED WONTFIX 185688
';' should be percent-encoded when in an URL path
https://bugs.webkit.org/show_bug.cgi?id=185688
Summary ';' should be percent-encoded when in an URL path
youenn fablet
Reported 2018-05-16 10:58:20 PDT
';' should be percent-encoded when in an URL path
Attachments
youenn fablet
Comment 1 2018-05-16 10:58:32 PDT
Alex Christensen
Comment 2 2018-05-16 11:04:11 PDT
Chrome and Firefox don't do this. You can verify this by opening this: <script>alert(new URL("https://example.org/;"));</script>
Note You need to log in before you can comment on or make changes to this bug.