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

chrome plugins block all javascript because of splide #1322

Open
2 tasks done
samuelreichor opened this issue Aug 13, 2024 · 1 comment
Open
2 tasks done

chrome plugins block all javascript because of splide #1322

samuelreichor opened this issue Aug 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@samuelreichor
Copy link

Checks

Version

4.1.3

Description

Hi we have discovered a bug where two chrome extensions have managed to block all our javascript. More precisely, the imports of splide were no longer resolved and therefore not executed. This only happened when cookies were rejected. The cookietool used is cookiebot. When I removed the imports from splide on the website, the entire javascript worked again. Unfortunately I didn't get a console error either.

Unfortunately I can't really debug into it, but I have created a github repo with a reproduction.

Here are the two chrome extensions:
https://chromewebstore.google.com/detail/whatruns/cmkdbmfndkfgebldhnkbfhlneefdaaip?hl=de&utm_source=ext_sidebar
https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd

Reproduction Link

https://github.com/samuelreichor/splide-block-reproduction

Steps to Reproduce

  1. git clone
  2. npm install
  3. npm run build
  4. npm run preview (must run on foo.test)
  5. decline cookies (should work fine)
  6. enable one of the chrome extensions above
  7. should not work

Expected Behaviour

I don't know if this topic is in the right place, but you know best about splide and can hopefully debug further. I think the goal is that splide should work with every chrome extension.

btw splide is a banger :)

@samuelreichor samuelreichor added the bug Something isn't working label Aug 13, 2024
@samuelreichor
Copy link
Author

samuelreichor commented Sep 9, 2024

Are there any updates? This destroys our production site and is very annoying?

@samuelreichor samuelreichor changed the title Chrome Plugins block splide chrome plugins block all javascript because of splide Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant