Commit dbe06ac7 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Add noreferrer value to rel attribute for external links

parent 2ade37e2
......@@ -15,7 +15,7 @@ module Banzai
# Skip internal links
next if link.start_with?(internal_url)
node.set_attribute('rel', 'nofollow')
node.set_attribute('rel', 'nofollow noreferrer')
end
doc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment