CSRF Failed

If I try to create a game I get a:

CSRF Failed: Referer checking failed - no Referer.

I’m using Firefox 53.0.3 . If you need more info ask (and tell me how to aquire it).

First, are you using Avira? It messes with these headers.

Try this:

  • Type about:config in the address bar
  • Press enter
  • Tell it you’ll be careful or whatever and pass the warning
  • Type network.http.sendRefererHeader into the filter bar
  • You’ll see a listing for that setting, is it bold? This means it’s not the default. Right-click on it and click Reset.

after your answer I googled a bit,. And I think I understand the problem. I’m not blocking the referer, but a proxy does (and I can’t do anything against that at the moment.) But if I understood this problem right, referer checks are not the most apprpriate way to deal with cross site request forgery.