mirror of
https://github.com/discourse/discourse.git
synced 2025-04-17 00:39:31 +08:00
FIX: Allow playsinline for videos in posts
This is used in webkit browsers mostly.
This commit is contained in:
parent
17ab69929c
commit
c65c3407f8
@ -209,6 +209,7 @@ export const DEFAULT_LIST = [
|
||||
"video[height]",
|
||||
"video[loop]",
|
||||
"video[muted]",
|
||||
"video[playsinline]",
|
||||
"video[poster]",
|
||||
"video[preload]",
|
||||
"video[width]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user