What's wrong with this entry?
Anonymous. No account, no email.
- Fixed potential prototype pollution: Properties starting with
_PROTO_are now stripped from objects before processing (search for"_PROTO_"in thewE6function) - Fixed
apiKeyHelpererror handling: Clearer error messages when API key helper fails or takes too long (search for"apiKeyHelper failed:"and"apiKeyHelper is taking a while") - Data URL byte-size estimation now correctly handles percent-encoded base64 padding characters in data URIs (search for
Lc1function at line ~37105)