Is it possible to extend the task to enable CORS on the header? So I can do something like this:
headers: { 'Access-Control-Allow-Origin': '*' },
I need to request for a few fonts request from the localhost via gulp-webserver.
If it is possible, then I should be able to perform request from my online web server against the font files(ttf,woff,etc) without having a CORS issue.

Is it possible to extend the task to enable CORS on the header? So I can do something like this:
headers: { 'Access-Control-Allow-Origin': '*' },I need to request for a few fonts request from the localhost via gulp-webserver.

If it is possible, then I should be able to perform request from my online web server against the font files(ttf,woff,etc) without having a CORS issue.