Skip to content

Support Chrome private browsing - #16

Merged
pascalbaljet merged 1 commit into
masterfrom
incognito-fix
Aug 12, 2026
Merged

Support Chrome private browsing#16
pascalbaljet merged 1 commit into
masterfrom
incognito-fix

Conversation

@pascalbaljet

Copy link
Copy Markdown
Member

Without an incognito mode in the manifest the extension ran in Chrome's default spanning mode, where a single worker in the regular profile never receives webRequest events from a private window, so no visits were recorded. Only full page loads occasionally showed up, since those are ingested from the DOM id tag instead of a response header.

Declaring split mode gives each private window its own worker, so requests from that window reach a worker that is allowed to see them.

Fixes #14.

@pascalbaljet
pascalbaljet merged commit 4f5aea7 into master Aug 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chrome extension does not work in private browsing mode

1 participant