coaster icon indicating copy to clipboard operation
coaster copied to clipboard

Markdown and Linkify should not add nofollow to relative links and trusted domains

Open jace opened this issue 5 years ago • 0 comments

rel="nofollow" is currently added to all links by markdown and sanitize_html. It should not be added to:

  1. Relative links
  2. Trusted domains as specified in the app configuration, which requires both functions to consult current_app or to receive the domains as a parameter. If the latter, MarkdownColumn must pass this in.

jace avatar May 16 '19 02:05 jace