You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for inferring CORS headers when using wildcard. Since wildcard in certain CORS headers is in the living spec (i.e. non-standard, and not supported by all browsers), it's not always safe to assume it will be recognized.
Please Note: Due to an oversight, the CORS listener was not properly registered as an event handler. If you must use this version, you will have to register the listener yourself. Otherwise, please see v1.1.1.