What's wrong with this entry?
Anonymous. No account, no email.
When a PermissionRequest hook denies an action, the error message now defaults to a clearer system message if the hook doesn't provide one.
Details
- Default message: "Permission denied by PermissionRequest hook"
- Helps debug which hook is blocking an operation
- Part of the plugin hook system for security controls
Evidence
Line 579288 (hook denial, X.message || "Permission denied by PermissionRequest hook")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.