coaster
coaster copied to clipboard
Markdown and Linkify should not add nofollow to relative links and trusted domains
trafficstars
rel="nofollow" is currently added to all links by markdown and sanitize_html. It should not be added to:
- Relative links
- Trusted domains as specified in the app configuration, which requires both functions to consult
current_appor to receive the domains as a parameter. If the latter,MarkdownColumnmust pass this in.