Skip to content

Add `crossorigin="anonymous"` to the stripe script

Kez requested to merge fix-third-party-cookies into main

We think the stripe submit issue (#42 (closed)) might be caused by third party cookies. MDN says that adding the crossorigin attribute is a potential solution1

Merge request reports