We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 746caf7 + 638280f commit 330393bCopy full SHA for 330393b
app/helpers/application_helper.rb
@@ -1,5 +1,5 @@
1
module ApplicationHelper
2
- ALLOW_TAGS = %w(p br img h1 h2 h3 h4 h5 h6 blockquote pre code b i iframe
+ ALLOW_TAGS = %w(p br img h1 h2 h3 h4 h5 h6 blockquote pre code b i
3
strong em table tr td tbody th strike del u a ul ol li span hr)
4
ALLOW_ATTRIBUTES = %w(href src class width height id title alt target rel data-floor frameborder allowfullscreen)
5
EMPTY_STRING = ''.freeze
0 commit comments