Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load paystack inline script when using SharedArrayBuffer #84

Open
temitayo-spinel opened this issue May 17, 2023 · 0 comments
Open

Comments

@temitayo-spinel
Copy link

I am using SharedArrayBuffer which requires me to set the following headers on my server:

"Cross-Origin-Opener-Policy": "same-origin"
"Cross-Origin-Embedder-Policy": "require-corp"

However it seems the "Cross-Origin-Embedder-Policy" header is preventing the paystack script from loading. I get an error that says: "net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200"

please is there any way I can work around this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant