|
|
|
|
|
by dlhavema
2942 days ago
|
|
this is a cool feature but the actual whitelist has to be held internally, in responding to an OPTIONS request, you can respond with * or concrete domain name. you can't return something like "www.example.com, www.foo.com" . if you want to whitelist multiple domains you have to resolve this server side and check the requesting domain against your list of accepted domains. this took me a little while to figure out. |
|