tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.54k stars 217 forks source link

change connection.secure to be true by default #396

Closed d-fischer closed 4 years ago

d-fischer commented 4 years ago

This PR sets the connection.secure option to true by default.

This shouldn't break any existing code - just make it more secure if it relies on the default setting.

I'm not sure about the structure of the documentation, and it hasn't been updated in a while, so I keep that as an excercise for the reader 😉

d-fischer commented 4 years ago

nvm, someone was faster, didn't intend to steal credit or anything. #395 it is.