this post was submitted on 20 Nov 2023
2631 points (98.0% liked)

Technology

57453 readers
4469 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 9 months ago (2 children)

This sounds like something that would be in the back end so likely not. But if spoofing user agents fixes the problem then I'd say it's evidence enough to warrant a deeper look.

[–] [email protected] 2 points 9 months ago (1 children)
[–] [email protected] 11 points 9 months ago

Yes. User Agent is a http header that is part of every request you send to a server. As such, it is 100% client side and it can be whatever you want, it's just a text string. For layman users, I'd recommend using an addon for it, e.g. https://addons.mozilla.org/en-US/firefox/addon/user-agent-string-switcher/

Of course, you can also change the user agent string in the browser config manually. The official Mozilla support page describes the process in detail: https://support.mozilla.org/en-US/kb/how-reset-default-user-agent-firefox

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

When they decide to do tricks in the backend differently between browsers, there will be ways to overcome that.