ray-lothian / UserAgent-Switcher

A User-Agent spoofer browser extension that is highly configurable
https://webextension.org/listing/useragent-switcher.html
Mozilla Public License 2.0
884 stars 142 forks source link

webbrowsertools.com detects actual useragent with aggressive iframe UA check #173

Closed Killercat103 closed 1 year ago

Killercat103 commented 1 year ago

https://webbrowsertools.com/useragent/

Reported warning: UA string detected by [normal] navigator.userAgent is different from UA string detected by [aggressive] iframe navigator.userAgent

Turns out that the user agent reported in javascript is for a split moment unchanged when loading an iframe, allowing sites such as creepjs or webbrowsertools to get your original user agent provided it is retrieved fast enough.

Killercat103 commented 1 year ago

Realized this is a duplicate of #67