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
923 stars 143 forks source link

incorrect platform value returned for MacOS #112

Closed practik closed 3 years ago

practik commented 3 years ago

To reproduce:

  1. On a computer running MacOS, run a baseline test at coveryourtracks.eff.org and check the result under Platform; it should be 'MacIntel'.
  2. Now, using User Agent Switcher and Manager, choose a MacOS UA string and run the Cover Your Tracks test again. Expected result: The platform value should be 'MacIntel' as before. Actual result: The platform value is 'Mac OS'.
ray-lothian commented 3 years ago

I believe this is fixed by fixing #115. Please reopen if after the upcoming update the bug is yet not fixed.

practik commented 3 years ago

Hmm, I'm skeptical since at #115 you say it's a FF-only bug, and I noticed the problem on Vivaldi. But I'll look for the update and test it again then.

Thanks for taking time over the holidays (and in general) to work on this extension!