2634
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 20 Nov 2023
2634 points (98.1% liked)
Technology
59440 readers
3602 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
Did someone actually investigate and find the exact place in scripts where this logic takes place?
EDIT: Yes. https://www.androidauthority.com/youtube-reportedly-slowing-down-videos-firefox-3387206/
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.
Is that easy to do?
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
When they decide to do tricks in the backend differently between browsers, there will be ways to overcome that.