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

Is it possible to fix csp issues? #199

Open
Jalson1982 opened this issue Dec 11, 2024 · 1 comment
Open

Is it possible to fix csp issues? #199

Jalson1982 opened this issue Dec 11, 2024 · 1 comment

Comments

@Jalson1982
Copy link

Hello,

We are using this package to convert GPKG files into GeoJSON. Everything works fine, but we are encountering issues with CSP. Is there any way to bypass or resolve this issue? We cannot use it in production with the current setup.

image

@sedot42
Copy link

sedot42 commented Feb 27, 2025

This looks like an issue with your CSP strategy. You are not allowing WASM to be executed. Please refer to the documentation on Content Security Policies, specifically the part about WASM: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#unsafe_webassembly_execution

Please close this issue if it is not related to this repository.

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

2 participants