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
I assume that some people, for privacy reasons, might dislike the usage of Cloudflare Workers for user agent detection. So if I'm not really lazy, I'll probably release this feature in two ways:
v1.0.2v1.0.3 - Force-enabled for all users, but there are otherwise no changes with the release. It will, however, save a setting that will be used in the future releases (v1.1.0+)
v1.1.0 (probably) - Opt-in setting for the user agent handling, so people that can't rely on navigator.userAgent can explicitly enable it themselves.
Currently the user agent is retrieved using the
navigator.userAgent
global variable.This is what the browser reports by default.
However, some power users might be using user agent switchers or Firefox's
resistFingerprinting
setting, makingnavigator.userAgent
the "wrong" value.We should probably make use of a 3rd party API to retrieve the user agent that the browser sends to websites, if possible via the extension.
The text was updated successfully, but these errors were encountered: