diff --git a/app/views/content_items/_attachments.html.erb b/app/views/content_items/_attachments.html.erb index 915136f84..61b1f1cce 100644 --- a/app/views/content_items/_attachments.html.erb +++ b/app/views/content_items/_attachments.html.erb @@ -9,7 +9,7 @@ direction: page_text_direction, } do %> <%= sanitize(legacy_pre_rendered_documents, { - attributes: %w(alt class data-module href id src), + attributes: %w(alt class href id src data-module data-track-category data-track-action data-track-label data-track-options data-details-track-click), tags: %w(a details div h2 img p section span summary), }) %> <% end %>