bartbutenaers / node-red-contrib-onvif-nodes

Node Red nodes for communicating with OnVif compliant IP devices
Apache License 2.0
65 stars 25 forks source link

package.json: use https:// instead of git:// for onvif.git #15

Closed joakimr-axis closed 3 years ago

joakimr-axis commented 3 years ago

On systems running behind proxies and/or firewalls, using HTTPS does often work well everywhere while git:// is not as ubiquitously successful.

bartbutenaers commented 3 years ago

Hi Joakim, Thanks for this contribution. I wasn't aware of this subtle difference. Will try to think about when developing other nodes...

P.S. For myself some background information.

Bart