You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user agent client hints api is defacto used to identify chrome vs non chrome browsers. It is a navigator property of the canvas so it should be poisoned/spoofed/blocked as this program does.
Description
Feature enchancement
Expected Behaviour
Should be spoofed/blocked
Current Behaviour
Is not spoofed/blocked
Possible Solution
Polyfill with adjustable output
Steps to Reproduce (for bugs)
Parse navigator.useragentdata
Context
Used to discriminate against non-chrome browsers. Would be good to poison.
The text was updated successfully, but these errors were encountered:
The user agent client hints api is defacto used to identify chrome vs non chrome browsers. It is a navigator property of the canvas so it should be poisoned/spoofed/blocked as this program does.
Description
Feature enchancement
Expected Behaviour
Should be spoofed/blocked
Current Behaviour
Is not spoofed/blocked
Possible Solution
Polyfill with adjustable output
Steps to Reproduce (for bugs)
Parse navigator.useragentdata
Context
Used to discriminate against non-chrome browsers. Would be good to poison.
The text was updated successfully, but these errors were encountered: