Page 1 of 1

Main website - logoff button broken

Posted: Fri Mar 18, 2016 8:27 pm
by Hamster
It seems on the main website the logoff button is broken.
This:
https://www.factorio.com/logout

produce a:
Not Found

error.

Re: Main website - logoff button broken

Posted: Fri Mar 18, 2016 8:38 pm
by daniel34
Yes, it will return "Not found" when entered directly, but when clicking on the button your browser should redirect you via POST /logout to the main site, what browser are you using?

Re: Main website - logoff button broken

Posted: Fri Mar 18, 2016 8:50 pm
by Hamster
daniel34 wrote:Yes, it will return "Not found" when entered directly, but when clicking on the button your browser should redirect you via POST /logout to the main site, what browser are you using?
Found the "problem"
I use noscript. Factorio.com is on the allowed list, however for whatever reason the logout script use a google javascript code. something from ajax.googleapis.com
If I enable ajax.googleapis.com - then the logout works.