Tried again with these settings:
`--cors_preset=basic`
`--cors_expose_headers="Access-Control-Allow-Origin,Access-Control-Allow-Methods,Access-Control-Allow-Headers"`
Still get the same response (no CORS headers at all in the "real" request).
Get the following headers from pre-flight response:
access-control-allow-headers:
DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization
access-control-allow-methods:
GET, POST, PUT, PATCH, DELETE, OPTIONS
access-control-allow-origin:
access-control-expose-headers:
"Access-Control-Allow-Origin,Access-Control-Allow-Methods,Access-Control-Allow-Headers"`
So, the new setting is applied (I see my newly exposed headers in the list), but real request still contains no CORS headers.