you are viewing a single comment's thread
view the rest of the comments
[–] 22 points 2 years ago (2 children)

Change user agent. Log in, opting to stay logged in for 30 days. Change user agent back.

That's my routine with LibreWolf.

I also believe they don't like a particular security setting present on FF based browsers, though I don't recall off the top of my head which one.

  • source
  • hideshow 4 child comments
  • [–] 8 points 2 years ago (3 children)

    Aite maybe this is a dumb question, but what is “changing the user agent”?

  • source
  • parent
  • hideshow 6 child comments
  • [–] 13 points 2 years ago (1 child)

    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:

    User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0
    

    But you can use an extension like this one to spoof your user agent and send out one that corresponds to a chromium browser.

  • source
  • parent
  • hideshow 2 child comments