diff --git a/source b/source index 8ae7c01efb2..6770ccf7fee 100644 --- a/source +++ b/source @@ -2495,7 +2495,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • about:blank
  • An HTTP(S) scheme
  • A local scheme
  • -
  • A network scheme
  • A fetch scheme
  • CORS protocol
  • default `User-Agent` value
  • @@ -9252,7 +9251,7 @@ partial interface Document { context is null.
  • A Document whose URL's scheme is not a network scheme.
  • + data-x="concept-url-scheme">scheme is not an HTTP(S) scheme. @@ -117970,16 +117969,13 @@ interface MimeType {
    Scheme-specific.
    Interoperability considerations:
    The scheme is expected to be used in the context of web applications.
    -
    Security considerations:
    Any web page is able to register a handler for all "web+" schemes. As - such, these schemes must not be used for features intended to be core platform features (e.g. - network transfer protocols like HTTP or FTP). Similarly, such schemes must not store - confidential information in their URLs, such as usernames, passwords, personal information, or - confidential project names. + such, these schemes must not be used for features intended to be core platform features (e.g., + HTTP). Similarly, such schemes must not store confidential information in their URLs, such as + usernames, passwords, personal information, or confidential project names.
    -
    Contact:
    Ian Hickson <ian@hixie.ch>
    Change controller: