I am following this knowledge article -
https://support.visaacceptance.com/knowledgebase/Knowledgearticle/?code=KA-07550
When i call flex javascript library by below script tag by passing "integrity" and "crossorigin" attributes, scripts are blocked with below error.
src="https://testflex.cybersource.com/microform/bundle/v2.0.2/flex-microform.min.js" integrity="sha256-4TUKBd3VMIGGNs1ZLzfU6bG0YG4kUScSOtPu5ec7Ygo=" crossorigin="anonymous"
Subresource Integrity: The resource 'https://testflex.cybersource.com/microform/bundle/v2.0.2/flex-microform.min.js' has an integrity attribute, but the resource requires the request to be CORS enabled to check the integrity, and it is not. The resource has been blocked because the integrity cannot be enforced.
Does that mean cybersource have to enable CORS on the resource? could anyone please help on this issue.
01-06-2025 01:37 PM