fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.36k stars 343 forks source link

Remove anonymizer support #1358

Closed jtojnar closed 2 years ago

jtojnar commented 2 years ago

Initially implemented in https://github.com/fossar/selfoss/issues/104, these were mostly meant to strip the Referer header. But we have long been specifying rel="noreferer" on links, which achieved the same effect without going through a questionable third-party website that usually messed up the viewed web page.

For better privacy, web browser extensions like NoScript or uBlock Origin and Tor or a VPN provider are probably much better anyway.

Closes: https://github.com/fossar/selfoss/issues/612