Remove files param

Hi,
I use an upload provider for Vimeo and the video URL from Vimeo contains URL parameters. Now I have the problem that the media library appends a separate parameter “updated_at” to each URL. This makes the URL invalid. Here is an example:

Video URL

https://player.vimeo.com/progressive_redirect/playback/853493729/rendition/360p/file.mp4?loc=external&oauth2_token_id=1736977913&signature=b0a0850599a0a09b7cdea5607968c1249ee049c53eee2b991b5f449a2495ffaa

Video URL from Strapi

https://player.vimeo.com/progressive_redirect/playback/853493729/rendition/360p/file.mp4?loc=external&oauth2_token_id=1736977913&signature=b0a0850599a0a09b7cdea5607968c1249ee049c53eee2b991b5f449a2495ffaa?updated_at=2023-08-10T20:35:25.953Z

Can I prevent this?