Doug Keen

Results 4 issues of Doug Keen

Without this, you can't use fancy widgets like autocompletes.

Previously, when previewing a raw email message, content like `` would be interpreted as an invalid html tag and wouldn't be rendered. This change properly html escapes the raw message...

Fixes #243 Tested via node 16.18.1 (which uses native URL, ie `useNativeURL == true`) and a local axios install. `await axios.get("https://httpbin.org/redirect-to?url=%2Fbasic-auth%2Fuser%2540user.com%2Fbar%253A&status_code=301", {auth:{username:'[email protected]', password:'bar:'}})` successfully authenticated with the change, and fails...