Skip to content

Commit

Permalink
Remove unnecessary telemetry from the iOS WebContent sandbox
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=270487
rdar://124027736

Reviewed by Chris Dumez.

* Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:

Canonical link: https://commits.webkit.org/275674@main
  • Loading branch information
pvollan committed Mar 5, 2024
1 parent 6c90d82 commit 6d656fe
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,6 @@
(deny mach-message-send)
(deny mach-message-send (with no-report) (message-number 1023))
(deny mach-message-send (with telemetry-backtrace) (notifyd-message-numbers)))))
(with-filter (require-not (state-flag "EnableExperimentalSandbox"))
(allow mach-lookup (global-name "com.apple.system.notification_center")
(apply-message-filter
(deny mach-message-send)
(deny mach-message-send (with no-report) (message-number 1023))
(allow mach-message-send (with report) (with telemetry-backtrace) (notifyd-message-numbers)))))
#endif

(managed-configuration-read-public)
Expand Down

0 comments on commit 6d656fe

Please sign in to comment.