mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
a3874ce1de
When APIRoot is using https, the port will forced to be 443 even when APIRoot indicates another port. This is because of the line options.port = 443 overwriting the correct options.port extracted by url.parse. This is fixed by removing the problematic line. The default port is still 443 if you look into https.js. In case we want a different default port in the future, we can do options.port = options.port || 443. |
||
---|---|---|
.. | ||
lib | ||
spec | ||
package.json |