Notice: Breaking change in v4.5.0 (requests to internal IP addresses disallowed)
We are publishing a notice today to bring to attention an unintentional breaking change that could affect some users of NodeBB.
v4.5.0 contained an update to `src/request.js` that calls a DNS resolver to ensure that the destination address is not a reserved IP address (e.g. `192.168...`, `127.0..`)
This change was introduced in order to close off any potential for Server-Side Request Forgery for any calls made within the NodeBB codebase. [...]nodebb·Server-Side Request Forgery