diff --git a/Overview.html b/Overview.html index ccf2c50b9..1b6be4f1e 100644 --- a/Overview.html +++ b/Overview.html @@ -7,7 +7,7 @@

Fetch

-

Living Standard — Last Updated 3 September 2015

+

Living Standard — Last Updated 7 September 2015

Participate: @@ -67,7 +67,7 @@

Table of Contents

  • 4.2.4 HTTP new-header syntax
  • 4.3 `X-Content-Type-Options` header
      -
    1. 4.3.1 Should response to request be blocked due to nosniff?
  • +
  • 4.3.1 Should response to request be blocked due to nosniff?
  • 5 Fetching
    1. 5.1 Main fetch
    2. @@ -897,7 +897,7 @@

      3.1.6 Responses

      "basic", "cors", "default", -"error, +"error", "opaque", and "opaqueredirect". Unless stated otherwise, it is "default". @@ -1285,7 +1285,7 @@

      4.3 `X-Content-Type-Options = "nosniff" ; case-insensitive -

      4.3.1 Should response to request be blocked due to nosniff?

      +

      4.3.1 Should response to request be blocked due to nosniff?

      Run these steps: @@ -1620,7 +1620,7 @@

      5.1 Main fetch

      should internalResponse to request be blocked as mixed content, should internalResponse to request be blocked as content security, or - should internalResponse to request be blocked due to nosniff + should internalResponse to request be blocked due to nosniff returns blocked, set response to a network error. [MIX] diff --git a/Overview.src.html b/Overview.src.html index 701685a1c..42ec2108c 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -842,7 +842,7 @@

      Responses

      "basic", "cors", "default", -"error, +"error", "opaque", and "opaqueredirect". Unless stated otherwise, it is "default".