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

Suggestion: Replace external dependencies with local packages #201

Open
plakatari opened this issue Aug 5, 2024 · 0 comments
Open

Suggestion: Replace external dependencies with local packages #201

plakatari opened this issue Aug 5, 2024 · 0 comments

Comments

@plakatari
Copy link

plakatari commented Aug 5, 2024

Hi there,

we are currently evaluating using the @splinetool/runtime to load a local splinecode file via JavaScript for display on a web page. Upon inspecting the browser network tab we figured out that @splinetool/runtime is loading the Draco decoder via gstatic.com domain. We checked the code of the package and apart from said reference to gstatic.com there are multiple others to unpkg.com.

Unfortunately due to GDPR concerns this is currently a deal-breaker preventing us from using Spline in current and future projects.

We would suggest to install these dependencies locally and reference them from there to prevent any connections to external domains during execution in the user browser.

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