-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
From what I see, the Chrome detection is based on storage quota < physical memory
from here, but this condition is not exclusive to incognito mode. It's also in:
- Guest mode
- Privacy and security settings
- Clear cookies and site data when you close all windows
- Sites that clear cookies when you close them
- Anytime storage
quota
<jsHeapSizeLimit
. Example: 3.99GBquota
and 4GBjsHeapSizeLimit
would get detected as incognito
Firefox can also produce false positives if the user disables Service Workers and Push API
dom.serviceWorkers.enabled
dom.push.enabled
Metadata
Metadata
Assignees
Labels
No labels