diff options
author | Reverite <github@reverite.sh> | 2019-05-23 22:22:54 -0700 |
---|---|---|
committer | Reverite <github@reverite.sh> | 2019-05-23 22:22:54 -0700 |
commit | 93492d29e36e2bed11a1a742e2e0750716df5062 (patch) | |
tree | e475c56449c2c7e478e629cadbff41c9bb2fee3d /app/lib/sanitize_config.rb | |
parent | d873e4f3d5878a2b2800758cbe3b9c870c228d51 (diff) | |
parent | 72bf354e979a9b8c14c41bf34c47060d5ff4d232 (diff) |
Merge branch 'glitch' into production
Diffstat (limited to 'app/lib/sanitize_config.rb')
-rw-r--r-- | app/lib/sanitize_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/sanitize_config.rb b/app/lib/sanitize_config.rb index 23d0a418f..75c916485 100644 --- a/app/lib/sanitize_config.rb +++ b/app/lib/sanitize_config.rb @@ -31,7 +31,7 @@ class Sanitize add_attributes: { 'a' => { - 'rel' => 'nofollow noopener', + 'rel' => 'nofollow noopener tag', 'target' => '_blank', }, }, |