- Mar 21, 2013
- 24,764
- 31,552
Do browsers tell the sites when users are in private mode? Isn't this a major flaw?
https://gist.github.com/jherax/a81c8c132d09cc354a0e2cb911841ff1
it's simple fingerprinting of loophole. When you're in a chromium based incognito mode - FileSystem API is disabled - so script can detect incognito mode.
For example - https://jsfiddle.net/w49x9f1a/
visit above link in normal and incognito modes.![]()
I found a GitHub repo that's regularly updated with an interesting little script that checks for chrome, firefox, opera, safari, edge, the whole gamut. Thanks for that, learned quite a bit. :
Code:https://gist.github.com/jherax/a81c8c132d09cc354a0e2cb911841ff1
Interesting find. I hadn't heard of any of this till today. Shows there is massive opportunity in browsers.
I just read that Google Canary will be making all this obsolete.
Here's the original article I read: https://www.niemanlab.org/2019/02/y...york-times-paywall-might-be-about-to-go-away/Curious to learn a bit more about this. Where can I learn more about it?