mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
FIX: Do not mark group_flair images as secure on upload (#12081)
See https://meta.discourse.org/t/secure-media-uploads-breaks-group-flair-image/173671/4 Group flair image uploads definitely do not need to be secure.
This commit is contained in:
@ -25,6 +25,7 @@ class UploadSecurity
|
||||
card_background
|
||||
category_logo
|
||||
category_background
|
||||
group_flair
|
||||
]
|
||||
|
||||
def self.register_custom_public_type(type)
|
||||
|
Reference in New Issue
Block a user