Browse Source

Allow rel=tag in status text

Fixes tag links in local Markdown or HTML-authored statuses
closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
7c609bdab9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/lib/sanitize_config.rb

+ 1
- 1
app/lib/sanitize_config.rb View File

@ -31,7 +31,7 @@ class Sanitize
add_attributes: {
'a' => {
'rel' => 'nofollow noopener',
'rel' => 'nofollow noopener tag',
'target' => '_blank',
},
},

Loading…
Cancel
Save