mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:01:41 +00:00
permitir atributos de multimedia
This commit is contained in:
parent
cb5890e00e
commit
7175af05d7
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
|
|||
end
|
||||
|
||||
def allowed_attributes
|
||||
@allowed_attributes ||= %w[style href src alt controls data-align id].freeze
|
||||
@allowed_attributes ||= %w[style href src alt controls data-align data-multimedia data-multimedia-inner id].freeze
|
||||
end
|
||||
|
||||
def allowed_tags
|
||||
|
|
Loading…
Reference in a new issue