mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
FIX: allow webp format on themes by default as well (#12994)
webp was already supported and authorized for user uploads, allow themes to use webp as well.
This commit is contained in:
parent
f002c58a30
commit
7f90d0a7bb
|
@ -1233,7 +1233,7 @@ files:
|
|||
default: 50000
|
||||
max: 1024000
|
||||
theme_authorized_extensions:
|
||||
default: "jpg|jpeg|png|woff|woff2|svg|eot|ttf|otf|gif|js"
|
||||
default: "jpg|jpeg|png|woff|woff2|svg|eot|ttf|otf|gif|webp|js"
|
||||
type: list
|
||||
list_type: compact
|
||||
authorized_extensions:
|
||||
|
|
Loading…
Reference in New Issue
Block a user