David Earl
David Earl
Hi, shouldn't the dots between the parts of the domain name in match_recipient be preceded by a backslash if these are regexps? e.g. `match_recipient("info@example\.com")` rather than `match_recipient("[email protected]")` While it's unlikely...
In `function verifySignature(key, data, derSig) ...` you use ` let alg = {name: "ECDSA", hash: "SHA-256"};` ` return crypto.subtle.verify(alg, key, sig, data);` Clearly, to be secure this has to be...
**What is the current behavior? Describe the bug** The editor introduces extra newlines into the HTML. Often this wouldn't matter, but if the content contains consecutive inline divs set to...