3

When I try to login Github, it says 'Cookies must be enabled to use GitHub'. How can I set w3m to enable cookies always?

Does it have any .w3mrc file or something to set it up?

I am using w3m for the default browser in Mutt. This means I am not sure how to add option from Mutt.

Thanks in advance.

I am using w3m on Mavericks+iTerm+zsh+oh=my-zsh.

shinokada
  • 2,715

1 Answers1

4

Use the -cookie flag:

w3m -cookie https://www.github.com

This will save the cookie in ~/.w3m/cookie.

Teun Vink
  • 2,515