[bug] "Pause animated images until you hover on them" does not work on images w/o file extensions #425

Open
opened 2024-11-01 20:40:17 +00:00 by EeveeEuphoria · 1 comment

Version

ed0b403c

What were you trying to do?

Images that are animated (i.e. GIF, webp) generally respect this option, however if they are posted from instances that ommit the file extension (usually *-key), they do not stop.

What did you expect to happen?

For them to respect the MIME found inside webp/gifs, instead of rely on file extensions.

What actually happened?

It seems to only care about file extensions, ergo, the GIF/webp auto-plays.

Severity

I can manage

Have you searched for this issue?

  • I have double-checked and have not found this issue mentioned anywhere.
### Version ed0b403c ### What were you trying to do? Images that are animated (i.e. GIF, webp) generally respect this option, however if they are posted from instances that ommit the file extension (usually *-key), they do not stop. ### What did you expect to happen? For them to respect the MIME found inside webp/gifs, instead of rely on file extensions. ### What actually happened? It seems to only care about file extensions, ergo, the GIF/webp auto-plays. ### Severity I can manage ### Have you searched for this issue? - [x] I have double-checked and have not found this issue mentioned anywhere.
Member

If media proxy is enabled this should work, otherwise there’s (almost) no introspection into the file content and we rely on the file extensions

If media proxy is enabled this should work, otherwise there’s (almost) no introspection into the file content and we rely on the file extensions
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma-fe#425
No description provided.