Add support for credentials requests
To serve files with credentials support cross domains we ned to not just add some headers in request, we should also change Access-Control-Allow-Origin header to Origin value from request.
I added a new flag for it, because is is different from --cors logic and may be not safe for users.
@indexzero this is for dev purposes
@senaev would you mind merging/rebasing master?
would you mind merging/rebasing master?
@indexzero @thornjad done
@thornjad check this please
This pull request has been inactive for 360 days