- From: roryhewitt <notifications@github.com>
- Date: Mon, 18 Apr 2016 09:51:31 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 18 April 2016 16:52:05 UTC
@bifurcation Of course. I was thinking of the concept of allowing generic entries
For instance, given the example format that @mnot supplied in an earlier comment:
`{
"/public-data/*": { "Access-Control-Allow-Origin": "*" }
"/public-data/secure": {
"override-policy": "true"
}
}`
So requests to any resource within the /public-data/ path can come from any origin _except_ calls to /public-data/secure, which would have to make a preflight request.
---
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/issues/210#issuecomment-211470853
Received on Monday, 18 April 2016 16:52:05 UTC