(no title)
cbsks | 24 days ago
This works by looking for web accessible resources that are provided by the extensions. For Chrome, these are are available in a webpage via the URL chrome-extension://[PACKAGE ID]/[PATH] https://developer.chrome.com/docs/extensions/reference/manif...
On Firefox, web accessible resources are available at "moz-extension://<extension-UUID>/myfile.png" <extension-UUID> is not your extension's ID. This ID is randomly generated for every browser instance. This prevents websites from fingerprinting a browser by examining the extensions it has installed. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...
rchaud|24 days ago
userbinator|24 days ago
cranberryturkey|23 days ago
For multi-browser setups (Firefox for fingerprint resistance, Chrome for the sites that only work there), cross-browser bookmark sync is weirdly undersolved. Xbrowsersync, marksyncr, and a few others exist but most people don't know about them.
dana321|24 days ago
LAC-Tech|24 days ago
Are they bit coin mining or are they just incompetent?
kijin|24 days ago
farhanhubble|24 days ago
veyh|23 days ago
You can actually see what tabs are hogging CPU by pressing SHIFT-ESC to open the task manager (about:processes) inside Firefox.
techpression|24 days ago
Bluecobra|23 days ago
rob74|23 days ago
xhcuvuvyc|23 days ago
jonners00|23 days ago
nilslindemann|23 days ago
Further, When I used Tor, a few sites, like Google, showed me Captchas for a while afterward, when using my _normal_ browser.
Further I heard that sites like PayPal are giving me black karma when I try to avoid Fingerprinting by using e.g. Tor.
nilslindemann|23 days ago
The issue is them selling the data, or using it in unrelated locations, or trying to detect me as a person. And their programmers are not enforced and rewarded when they report such behavior to law agencies / the public. And the law is not punishing it.
awesome_dude|24 days ago
Doesn't the idea of swapping extension specific IDs to your browser specific extension IDs mean that instead of your browser being identifiable, you become identifiable?
I mean, it goes from "Oh they have X, Y , and Z installed" to "Oh, it's jim bob, only he has that unique set of IDs for extensions"
triceratops|24 days ago
mrweasel|23 days ago
The website should never be able to tell what's running in my browser, or on my computer in general. The browser renders the page, maybe runs a little Javascript, but there's no reason why it should be able to query anything about my environment.
I wonder how much stuff would break if the Chrome sandboxing was extended to preventing access to chrome-extension:// from Javascript loaded of random websites.
b112|24 days ago
I presume the extension knows when it wants to access resources of its own. But random javascript, doesn't.
unknown|24 days ago
[deleted]
calvinmorrison|24 days ago
OJFord|23 days ago
Tade0|23 days ago