Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Allow AVIF and WebP files#2504
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Allow files with the extensions `.avif` and `.webp`.
Can you not just use the |
I suppose I could but this seems like a reasonable PR. AVIF and WebP are now common on the web so where PNG, JPEG and GIF are accepted AVIF and WebP are expected to be accepted too. |
This issue/proposal has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automatically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. |
Someone can correct me if I'm wrong, but after reviewing the Git history I don't think there is precedent for updating existing additional rules. IMO these changes constitute a breaking change and would therefore need to wait until v2. I think you're better off just doing what I suggested, or define your own rule... |
Allow files with the extensions
.avif
and.webp
.