sec
sec copied to clipboard
mailto links inside a blog post don't work
When blog posts are pulled from eff.org, they are processed so that relative links to other pages on eff.org still work (the link is converted to an absolute url).
https://github.com/EFForg/sec/blob/eb86f4bb102a2ac23f9c7d74ade6d16b301e6f8f/app/helpers/blog_helper.rb#L3-L13
A recent post contains a mailto link at the bottom which gets broken by this transformation.
I would say the RSS feed should convert relative links to absolute, rather than the feed consumer.