What's wrong with this entry?
Anonymous. No account, no email.
- Fixed notification content rendering crash when
contentis not a string — now returnsnullgracefully instead of attempting to render non-string content (search for"typeof $ !== \"string\"") - Removed the "Denied by auto mode classifier" banner that previously displayed when permissions were auto-denied, reducing UI noise
- Permission rule normalization now properly trims and normalizes stored rules when checking against new requests, preventing duplicate or stale rules (search for
"r5(nX(j))") - HTTP hooks now properly skip when conditions aren't met instead of potentially erroring (search for
"Skipping HTTP hook")