diff --git a/Overview.html b/Overview.html index 1a3eb94cd..0d42e599c 100644 --- a/Overview.html +++ b/Overview.html @@ -7,7 +7,7 @@

Fetch

-

Living Standard — Last Updated 10 April 2016

+

Living Standard — Last Updated 13 April 2016

Participate: @@ -2101,6 +2101,23 @@

5.1 Main fetch

[MIX] [CSP] +
  • If request's referrer policy + is the empty string and request's + client is non-null, then set request's + referrer policy to request's + client's + associated referrer policy. + [REFERRER] + +

  • +

    If request's referrer policy + is the empty string, then set request's + referrer policy to + "no-referrer-when-downgrade". + +

    We use "no-referrer-when-downgrade" because it is the + historical default. +

  • If request's referrer is not "no-referrer", set request's diff --git a/Overview.src.html b/Overview.src.html index 709b8b350..111134d7a 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -2031,6 +2031,23 @@

    Main fetch

    MIX CSP +
  • If request's referrer policy + is the empty string and request's + client is non-null, then set request's + referrer policy to request's + client's + associated referrer policy. + REFERRER + +

  • +

    If request's referrer policy + is the empty string, then set request's + referrer policy to + "no-referrer-when-downgrade". + +

    We use "no-referrer-when-downgrade" because it is the + historical default. +

  • If request's referrer is not "no-referrer", set request's