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>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>strict-origin</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>origin-when-cross-origin</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>strict-origin-when-cross-origin</dfn>",
> +  "<dfn data-dfn-for=ReferrerPolicy data-dfn-type=enum-value data-export>unsafe-url</dfn>"
>  };</pre>

Fair I guess. Though there has been some talk of moving this into Referrer Policy, I'm not objecting to taking this in for now.

-- 
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/21149a548ab3566b957bc485d11daa76e361013a#r75079183

Received on Wednesday, 17 August 2016 08:10:11 UTC