Currently, if a user changes the notification permission for an origin from Allow to Deny in the browser settings pane, we don't communicate this change to apsd. This means that pushes from this origin can continue to wake the device and induce battery drain even though the push will always be useless, as we bail out of running push event handlers early when we detect that an origin is missing the notification permission. We should fix this by adding topics associated with denied permissions to the apsd ignore list.
<rdar://problem/91586206>
Pull request: https://github.com/WebKit/WebKit/pull/2384
Committed 252434@main (94e15b227a3c): <https://commits.webkit.org/252434@main> Reviewed commits have been landed. Closing PR #2384 and removing active labels.