Facebook Container for Firefox
361–370 of 446 posts
Re: Facebook Container for Firefox
#362Earlier quoted context omitted.
I agree, your description is more why I like it -- the only websites that get to save any state are the ones I pick to open in specific named containers and which I also specifically granted permissions to with uMatrix (RIP). Everything else opens links in a new container with the hope to make it as close as possible to looking like a different person clicked that link. I know it won't work that well since the IP doe…
I share the same goals; thanks for the succinct description. Discussion upthread made me interested to see whether I can route temporary containers through tor, to make this protection stronger — see https://news.ycombinator.com/item?id=24853320 It's not super high on my list of priorities though, probably won't get to it for a month or two.
Re: Facebook Container for Firefox
#363Earlier quoted context omitted.
I log into roughly 20 AWS accounts/day. Container tabs make that work. I can compare things side by side or just work on two tasks at once.
Holy moly, why 20 accounts?
I run big fleets, 100s of hosts 1000s of containers in most AWS regions. Most of the control plane is automated, but when that breaks, or there are issues in the data plane, I might log into read logs, look at metrics, force scaling actions, or just general investigation tasks.
I also use different accounts for permissions boundaries. Data shared between multiple teams might go in one account. The apps can access the data but maybe the interns can only access the app account while the SR. Eng(s) + current oncall have full read only access to the data for investigation. A second RW-Data oncall might have access to the DB account in each region. Ever data storage account also has a limited access cross account Data replication/backup account.
+ I help people out. 'Can you look at this? . . .'
In the end, there are account specific errors that can be caused in your infra, IAM rolls, keys, throttling, malicious access that are easily prevented with least access in per account buckets. So I end up with multiple accounts in each region.
Re: Facebook Container for Firefox
#364Re: Facebook Container for Firefox
#365Earlier quoted context omitted.
Holy moly, why 20 accounts?
AWS credits? You can get a bunch of free credits for each account, and then build an abstraction around boto3 to make 20 accounts look like 1 account to you.
I do have scripts that spin up accounts as needed and I just have a bucket for 'free Tier account access ending' emails.
Re: Facebook Container for Firefox
#366Earlier quoted context omitted.
Holy moly, why 20 accounts?
It's not that unusual to use separate AWS accounts as blast-barriers. I.e. they contain the damage that might occur due to a leak etc. I typically use 2 (prod & non-prod) for each major product/offering, plus a centralised one to manage policies, billing etc for all the sub accounts. They add up pretty quickly.
so:
main-service_prod_us-east-1_dataStore
main-service_prod_us-east-1
main-service_test_us-east-1_dataStore
main-service_test_us-east-1
main-service_beta_us-east-1_dataStore
main-service_beta_us-east-1
* regions
Adds up pretty quickly.
Re: Facebook Container for Firefox
#367Earlier quoted context omitted.
As long as you're spoofing your fingerprint info (you can randomly change things like fonts, video cards, battery life, plugins etc) it doesn't matter how unique you are because every time you visit the site you'll be unique just like everyone else who is either a first time visitor or does the same. That seems way more effective than trying to hide in a "crowd" when even the smallest consistent deviation in an ever…
Couldn't the frequency of profile information itself be considered a uniquely identifying attribute? Couple that with something that's harder to change on every request (such as IP address) and I imagine you can confidently build a profile out of that.
Re: Facebook Container for Firefox
#368Re: Facebook Container for Firefox
#369Is there anything similar for Chromium-based browsers?