Prerequisites
Description
It is easily possible to detect the presence of uBlock Origin in chrome by sending requests to chrome-extension://cjpalhdlnbpafiamejdnhcphjbkeiagm/web_accessible_resources/noop.html and measuring how long the request takes.
I don't know what uBlock Origin uses web_accessible_resources for, but if possible, they should be removed.
A specific URL where the issue occurs
POC Source Repo: https://github.com/arxenix/chrome-ublock-detection
direct POC link: https://arxenix.github.io/chrome-ublock-detection/
Steps to Reproduce
see POC link
Expected behavior:
A website should not be able to determine that uBlock origin is installed.
Actual behavior:
A website is able to determine that uBlock origin is installed.
Your environment
- uBlock Origin version: 1.34.0 (latest)
- Browser Name and version: Chrome 90.0.4430.93
- Operating System and version: Windows 20H2 19402.928
Prerequisites
Description
It is easily possible to detect the presence of uBlock Origin in chrome by sending requests to
chrome-extension://cjpalhdlnbpafiamejdnhcphjbkeiagm/web_accessible_resources/noop.htmland measuring how long the request takes.I don't know what uBlock Origin uses web_accessible_resources for, but if possible, they should be removed.
A specific URL where the issue occurs
POC Source Repo: https://github.com/arxenix/chrome-ublock-detection
direct POC link: https://arxenix.github.io/chrome-ublock-detection/
Steps to Reproduce
see POC link
Expected behavior:
A website should not be able to determine that uBlock origin is installed.
Actual behavior:
A website is able to determine that uBlock origin is installed.
Your environment