- From: Mike West <notifications@github.com>
- Date: Wed, 17 Aug 2016 07:30:15 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 17 August 2016 14:30:50 UTC
> "", > - "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>", ... Ah, build systems. I'll just drop these `<dfn>` on the assumption that https://github.com/w3c/webappsec-referrer-policy/issues/62 pulls them into that document. -- 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#r75133941
Received on Wednesday, 17 August 2016 14:30:50 UTC