this post was submitted on 22 Jan 2024
123 points (66.7% liked)
Firefox
17880 readers
97 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
When your browser connects to a website, it will tell the webserver what type of browser you are using in the HTTP headers. This can be used for serving a special web page for browsers with quirks, or it can be used to block certain browsers.
It may look something like this:
But you can use an extension like this one to spoof your user agent and send out one that corresponds to a chromium browser.
Grazie for the link