genmon / aboutfeeds

Web feeds/RSS "getting started" guide for new users.
https://aboutfeeds.com
206 stars 13 forks source link

Add `rel="noreferrer"` to external links in `pretty-feed-v3.xsl` #37

Open andreilgeorgescu opened 3 months ago

andreilgeorgescu commented 3 months ago

This prevents potential security vulnerabilities.

This is unlikely to be an issue since the website being linked to is presumably controlled by the same person creating the RSS feed. However, it is still best practice to add rel="noreferrer" just to be safe.

Commonly, you might see noopener added in as well but noreferrer already includes nooepener implicitly so that would be redundant.