-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anonymizer support #104
Comments
I think that's an interesting idea, and might be implementable with a bit of JavaScript. +1 |
Do you want to anonymize RSS pulling or when you open an article on the original website or both? |
From playing with anonym.to a bit, it doesn't work in such a way that pulling RSS feeds can be anonymized. It can be used to anonymize all links on a page that can be clicked on, though. |
I offered this for rsslounge. Anonymizing makes sense for outgoing urls. I have added this. Now you can configure an anonymizer URL. |
\o/ |
Initially implemented in #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: #612
Add the possibility to use anonymizing services like http://anonym.to/.
The text was updated successfully, but these errors were encountered: