Skip to content

False positives #21

@abrahamjuliot

Description

@abrahamjuliot

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.99GB quota and 4GB jsHeapSizeLimit 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions