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

Add disable-tracking parameter to mux video player by default #13

Open
johannesmutter opened this issue Nov 29, 2024 · 0 comments
Open

Comments

@johannesmutter
Copy link

johannesmutter commented Nov 29, 2024

My expectation for any datocms plugin or library is, that there's no tracking. Unfortunately the mux-video player is sending POST requests to "https://inferred.litix.io".

In "VideoPlayer.svelte" could you please add "disable-tracking" to the <mux-video> element to disable tracking by default?
(it of course works by passing it as a prop to the component, too.

<mux-video
 disable-tracking
></mux-video>

https://codesandbox.io/p/sandbox/mux-video-disable-tracking-krwmxl?file=%2Findex.html%3A15%2C5-21%2C18

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