diff --git a/fetch.bs b/fetch.bs index 9ed5f752d..aee8f82e3 100644 --- a/fetch.bs +++ b/fetch.bs @@ -2422,6 +2422,10 @@ with a CORS flag and recursive flag, run these steps: not local, set response to a network error. +
  • If |request|'s url's potentially-dangling-markup flag + is set, and |request|'s url's scheme is an HTTP(S) scheme, then set + response to a network error. +

  • Execute Report Content Security Policy violations for request. [[!CSP]]