Archived
🆕 Software Suggestion | Latest Privacy #2149
Open
opened 2020-12-08 16:53:11 +00:00 by LukeSeers
·
9 comments
No Branch/Tag Specified
master
dependabot/bundler/nokogiri-1.13.6
dependabot/bundler/addressable-2.8.0
freddy-m-patch-3
pr-add_RemoveMyPhone_sponsor
pr-browser_cleanup_1257_1328_1430
freddy-m-patch-2
freddy-m-patch-1
pr-vpn_hated_one_video
cdn
update-nitrohorse-image
promote-metager-to-card
hardware
pr-add_azirevpn
pr-add_mailfence
shop
1673
pr/1658
i18n-simple
sponsorship-edits-nov2019
i18n
ipfs
blacklight447-ptio-patch-3
blog
remove-windows-icons
pr/1147
i18n-testing
add-beautify
No results found.
Labels
Clear labels
:mag:🤖 Search Engines
approved
dependencies
duplicate
feedback wanted
high priority
I2P
iOS
low priority
OS
Self-contained networks
Social media
stale
streaming
todo
Tor
WIP
wontfix
XMPP
[m]
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
💬 discussion
🤖 Android
🐛 bug
💢 conflicting
📝 correction
🆘 critical
📧 email
🔒 file encryption
📁 file storage
🦊 Firefox
💻 hardware
🌐 hosting
🏠 housekeeping
🔐 password managers
🧰 productivity tools
🔎 research required
🌐 Social News Aggregators
🆕 software suggestion
👥 team chat
🔒 VPN
🌐 website issue
🚫 Windows
👁️ browsers
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🇦🇶 translations
approved, waiting for a PR
Pull requests that update a dependency file
The Invisible Internet Project (I2P)
Operating Systems
A label for stalebot if it gets added
Anything related to media streaming.
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Extensible Messaging and Presence Protocol
Matrix protocol
Browser Extension related issues
Correction of content on the website
Firefox & forks, about:config etc.
Anything primarily related to site cleanup.
Virtual Private Network
*Technical* issues with the website.
Domain Name System
Anything covering a translated version of the site
No labels
🆕 software suggestion
Milestone
No items
No Milestone
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#2149
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Basic Information
Name: Latest Privacy
Category: News / Resources
URL: https://latestprivacy.org or lp5c4ebkb34ogij3vqxuars6iqnfvierojhmnzcodnzpwc4pjo6wb4ad.onion
Description
Keeping track of privacy is no easy task, Latest Privacy tries to solve that issue by having a human curated news feed with well respected and trust sources. By making privacy easier to follow, it will help those who want to protect their rights and help teaching people that privacy is not just important, it is a basic human right.
Note Primarily the website is only focused for the UK. We do plan on supporting other English speaking countries too, but we are a small team with full time jobs and having such a task can take up a large amount of time.
Why I am making the suggestion
A few years ago I wanted to keep track of privacy, but it's such a huge task. Everyday I would end up going to around 10 websites, checking to see if there was any important privacy news I should know about. There are RSS and Inoreader etc, but you start to subscribe to multiple places, which in result you end up with having to go through around 100+ articles a day and 90% of them are nothing really important.
This is where I thought about starting a project called Latest Privacy to try and solve this problem for other people too. The project started with just me and now there are 6 of us. If it was not for everybody who contributed to this project Latest Privacy would still be just a idea in the back of my head.
My connection with the software
I'm apart of the team.
Some feedback:
Thanks for your feedback we appreciate it!
Do you have any suggestions?
We use them to make sure the website is fast as possible, because a lot of people who are not in the privacy realm tend to leave the website if it takes to long to load and then that is possibly a miss opportunity.
Personally I don't like the fact that Cloudflare controls the internet, if they go down everybody else down with them. That was one of the reasons (and many other reasons) for us to also use tor so people can choose which they prefer.
Great catch! we will fix that ASAP. Thank you!
Although not an one-on-one replacement: loadbalancers.
Personally I doubt that Cloudflare makes your website so much faster, if it does at all. Most free CDNs are not faster then a normal VPS and come with the big cost of data mining.
As someone who runs a VPS, serving all of these files can eat up CPU & RAM, especially when you take TLS connections into consideration.
Without proper configuration of your personal CDN you will be making your load times far slower, especially on cheaper hardware.
Another thing to take into consideration is the cost of bandwidth. Not all Virtual Private Servers come with unlimited bandwidth.
For external resources you can implement Subresource Integrity to ensure the files are not tampered with.
Thanks for the heads up, all fixed 👍🏻
I saw this project a while back and thought it looked interesting! I'm glad you're listening to feedback, and I'm in favour of adding this to the site. Thoughts @privacytools/editorial ?
When researching what CDN back-end I would offer to customers at a hosting company, BunnyCDN came out on top as far as privacy is concerned. They offer IP anonymization or the ability to disable logging all together, the ability to disable cookies for the CDN subdomain, and a bunch of other privacy and security features. They are also located in an okay jurisdiction, Slovenia.
You should still implement SRI, as @lynn-stephenson mentioned, though.
We did some research regarding SRI and came to the conclusion that it might not be worth the headache at this point in time. There seems to be random issues where if your browser/proxy or anything after the CDN messes with the content as in compresses/minifies things then the site won't load correctly due to integrity failures, more info about that here and here.
That being said, it is something we might implement at some point in the future.