Re: [whatwg/fetch] Editorial: Add Bikeshed metadata for 'request' (#370)

>    "",
> -  "no-referrer",
> -  "no-referrer-when-downgrade",
> -  "same-origin",
> -  "origin",
> -  "strict-origin",
> -  "origin-when-cross-origin",
> -  "strict-origin-when-cross-origin",
> -  "unsafe-url"
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>no-referrer</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>no-referrer-when-downgrade</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>same-origin</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>origin</dfn>",

This might be what is confusing it somehow?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/370/files/ddfc15ed70355264f026ca13fb0f20ab9f86de8e#r75104098

Received on Wednesday, 17 August 2016 11:20:41 UTC