gabrielsimoes / cfparser.vim

A codeforces plugin ported from emacs plugin gnull/cfparser.
Do What The F*ck You Want To Public License
48 stars 10 forks source link

Use https instead of http #19

Closed jakobkogler closed 5 years ago

jakobkogler commented 5 years ago

I can't parse the test data without https anymore. Not sure why, since curl http://.... also returns the full page when I call it from the terminal.

Anyway, we should use https anyway, to avoid MITM attacks when we send the password.

jakobkogler commented 5 years ago

I figured out why the plugin didn't work any more with http. I enabled the "Enforce https option" on Codeforces.

So the plugin should still work for most people. But it is a security risk to run only http.