about summary refs log tree commit diff
path: root/app/models/concerns/account_header.rb
diff options
context:
space:
mode:
authorStanislas <angristan@pm.me>2019-08-17 22:04:15 +0200
committermultiple creatures <dev@multiple-creature.party>2020-02-21 03:36:22 -0600
commitb956d469846e9530dd6fa020a1161cd1b9d2b7dd (patch)
tree5ceb06a55fc3b16ac1df7051c5b58e20e0aacfac /app/models/concerns/account_header.rb
parente19765e0f2e0b7e99e8c7c5b4285b8ca83892c99 (diff)
port tootsuite#11589 to monsterfork: Remove WebP support
Diffstat (limited to 'app/models/concerns/account_header.rb')
-rw-r--r--app/models/concerns/account_header.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/account_header.rb b/app/models/concerns/account_header.rb
index a748fdff7..067e166eb 100644
--- a/app/models/concerns/account_header.rb
+++ b/app/models/concerns/account_header.rb
@@ -3,7 +3,7 @@
 module AccountHeader
   extend ActiveSupport::Concern
 
-  IMAGE_MIME_TYPES = ['image/jpeg', 'image/png', 'image/gif', 'image/webp'].freeze
+  IMAGE_MIME_TYPES = ['image/jpeg', 'image/png', 'image/gif'].freeze
   LIMIT = 2.megabytes
   MAX_PIXELS = 750_000 # 1500x500px