FIX: Allow playsinline for videos in posts

This is used in webkit browsers mostly.
This commit is contained in:
Rafael dos Santos Silva 2020-07-28 19:03:54 -03:00
parent 17ab69929c
commit c65c3407f8
No known key found for this signature in database
GPG Key ID: 5E50360227B34938

View File

@ -209,6 +209,7 @@ export const DEFAULT_LIST = [
"video[height]",
"video[loop]",
"video[muted]",
"video[playsinline]",
"video[poster]",
"video[preload]",
"video[width]",