- Notifications
You must be signed in to change notification settings - Fork40
Ignore a URL with an unsupported scheme#447
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -422,6 +422,11 @@ <h2> | ||
| "https://www.w3.org/TR/html51/browsers.html#parse-the-sandboxing-directive"> | ||
| parse a sandboxing directive</a></dfn> | ||
| </li> | ||
| <li> | ||
| <dfn><a href= | ||
| "https://www.w3.org/TR/html51/infrastructure.html#reparsed">parse a | ||
| URL</a></dfn> | ||
| </li> | ||
| <li> | ||
| <dfn><a href= | ||
| "https://www.w3.org/TR/html51/webappapis.html#queuing">queue a | ||
| @@ -1182,13 +1187,19 @@ <h4> | ||
| <ol> | ||
| <li>Resolve <var>U</var> relative to the API base URL specified | ||
| by the <a>current settings object</a>, and add the resulting | ||
| absolute URL (if any, and if the resulting scheme is supported | ||
| ||
| by the <a>controlling user agent</a>) to | ||
| <var>presentationUrls</var>. | ||
| </li> | ||
| <li>If the <a>parse a URL</a> algorithm failed, then | ||
| <a>throw</a> a <a>SyntaxError</a> exception and abort all | ||
| remaining steps. | ||
| </li> | ||
| </ol> | ||
| </li> | ||
| <li>If <var>presentationUrls</var> is an empty list, then throw a | ||
| <a>NotSupportedError</a> and abort all remaining steps. | ||
| </li> | ||
| <li>If any member of <var>presentationUrls</var> is not an <a>a | ||
| priori authenticated URL</a>, then throw a <a>SecurityError</a> and | ||
| abort these steps. | ||