mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
FEATURE: Allow video tag attributes for video gifs
This commit is contained in:
parent
06073fe8c6
commit
72534223f3
@ -203,14 +203,16 @@ export const DEFAULT_LIST = [
|
||||
"track[srclang]",
|
||||
"ul",
|
||||
"video",
|
||||
"video[autoplay]",
|
||||
"video[controls]",
|
||||
"video[controlslist]",
|
||||
"video[crossorigin]",
|
||||
"video[height]",
|
||||
"video[loop]",
|
||||
"video[muted]",
|
||||
"video[poster]",
|
||||
"video[width]",
|
||||
"video[controls]",
|
||||
"video[preload]",
|
||||
"video[width]",
|
||||
"ruby",
|
||||
"ruby[lang]",
|
||||
"rb",
|
||||
|
Loading…
Reference in New Issue
Block a user