Skip to content

Commit

Permalink
Allow more video attributes. Fixes #371.
Browse files Browse the repository at this point in the history
  • Loading branch information
benubois committed Jan 6, 2020
1 parent 8da0936 commit 9077dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/whitelist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def base
"ins" => ["cite"],
"q" => ["cite"],
"source" => ["src"],
"video" => ["src", "poster"],
"video" => ["src", "poster", "playsinline", "loop", "muted"],
"audio" => ["src"],
"td" => ["align"],
"th" => ["align"],
Expand Down

0 comments on commit 9077dcb

Please sign in to comment.