You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
https://codesandbox.io/p/sandbox/mux-video-disable-tracking-krwmxl?file=%2Findex.html%3A15%2C5-21%2C18
The text was updated successfully, but these errors were encountered: