5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-17 16:26:21 +00:00

feat: mantener data-turbo

This commit is contained in:
f 2023-01-25 11:49:12 -03:00
parent 501091acc5
commit 9c5e370d42

View file

@ -198,7 +198,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
def allowed_attributes def allowed_attributes
@allowed_attributes ||= %w[style href src alt controls data-align data-multimedia data-multimedia-inner id @allowed_attributes ||= %w[style href src alt controls data-align data-multimedia data-multimedia-inner id
name rel target referrerpolicy class colspan rowspan role].freeze name rel target referrerpolicy class colspan rowspan role data-turbo].freeze
end end
def allowed_tags def allowed_tags