SamKirkland / ftp-deploy

Deploy websites over FTP with one command line
MIT License
89 stars 43 forks source link

Fix incorrect boolean check for calculating rejectUnauthorized #5

Closed treetrum closed 3 years ago

treetrum commented 3 years ago

This check is currently doing the opposite of what is supposed to. It should be rejecting unauthorized domains when 'strict' is set as the security mode.

SamKirkland commented 3 years ago

Thanks for the fix!