[bug] "Pause animated images until you hover on them" does not work on images w/o file extensions #425
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#425
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
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