- From: Josh Matthews <notifications@github.com>
- Date: Thu, 21 Jan 2016 12:49:44 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 21 January 2016 20:50:16 UTC
``` A CORS filtered response is a filtered response whose type is "cors", header list excludes all headers in internal response's header list, except those whose name is either one of `Cache-Control`, `Content-Language`, `Content-Type`, `Expires`, `Last-Modified`, and `Pragma`, and except those whose name is both not a forbidden response-header name and one of the values resulting from parsing `Access-Control-Expose-Headers` in internal response's header list. ``` I believe this translates to "everything is excluded, unless: (one of special list) or ((not forbidden) and (in A-C-E-H))", but I've had to read it carefully a number of times to come to that understanding. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/202
Received on Thursday, 21 January 2016 20:50:16 UTC