diff --git a/fetch.bs b/fetch.bs index d75afac67..a58312e63 100644 --- a/fetch.bs +++ b/fetch.bs @@ -86,6 +86,14 @@ url:https://tools.ietf.org/html/rfc7234#section-1.2.1;text:delta-seconds;type:df }, "OCSP": { "aliasOf": "RFC2560" + }, + "FEATURE-POLICY": { + "authors": [ + "Ian Clelland" + ], + "href": "https://wicg.github.io/feature-policy/", + "publisher": "WICG", + "title": "Feature Policy" } } @@ -3171,7 +3179,7 @@ the request. `Save-Data` a suitable save-data value - +
  • For each hintName of request's @@ -3199,7 +3207,15 @@ the request.

    `ECT`
    a suitable ECT value - + +
  • If the result of running + Should + request be allowed to use feature?, + given request and hintName’s + associated + policy-controlled feature, returns false, then continue. + [[!FEATURE-POLICY]] [[!CLIENT-HINTS]] +

  • If request's header list does not contain hintName, a user agent should append hintName/value to request's header list.