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
The CORS MP implementation - because of code shared with CORS SE - can incorrectly ignore CORS information provided by the annotation.
Various spots in the code check isActive to short-circuit the CORS processing but isActive fails to account for the presence of the secondary source for CORS information -- in the case of MP the annotation.
The text was updated successfully, but these errors were encountered:
Environment Details
The CORS MP implementation - because of code shared with CORS SE - can incorrectly ignore CORS information provided by the annotation.
Various spots in the code check
isActive
to short-circuit the CORS processing butisActive
fails to account for the presence of the secondary source for CORS information -- in the case of MP the annotation.The text was updated successfully, but these errors were encountered: