Re: [whatwg/fetch] Specify the behavior of `COEP: credentialless`, (#1229)

I rebased over PolicyContainer. See the latest patchset for the [difference](https://github.com/whatwg/fetch/pull/1229/commits/3c486868fe1dfacbfefe88992856b106a80c9474).
As a result, this error disapeared:
```
LINK ERROR: No 'dfn' refs found for 'embedder policy' with for='['environment settings object']'.
```

However, this would still require the HTML specification to land, in order to understand the `credentialless` value:
```
LINK ERROR: No 'dfn' refs found for 'credentialless'.
```

(I double checked there was no other LINK error beside this one, by replacing `credentialless` occurence with `require-corp` and checking this was correctly linking)

-- 
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/1229#issuecomment-923942982

Received on Tuesday, 21 September 2021 12:35:18 UTC