This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
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
2332b3f146
commit
7c609bdab9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
,
}
,
}
,
Write
Preview
Loading…
Cancel
Save