Block private browsing mode detection #11543
Labels
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P3
The next thing for us to work on. It'll ride the trains.
privacy
QA Pass - Android ARM
QA Pass - Android Tab
QA Pass-Linux
QA Pass-Win64
QA/Test-Plan-Specified
QA/Yes
release-notes/include
Milestone
A number of websites use the
navigator.storage.estimate()
API to detect users in private browsing mode. That API returns a hard-limited quota of 120MB in private browsing, and larger values otherwise.This has been proposed in Chromium, but appears to be a wontfix as the quota is intended to be kept fully in-memory for private browsing sessions.
There are several options here, including increasing the available quota as a temporary workaround, or simply lying about the available space (it is an estimate, after all!).
Edit: for future reference, the QA pass for Android below was completed using the following HTML:
The text was updated successfully, but these errors were encountered: