Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[iOS] Silence telemetry generated during download operations
https://bugs.webkit.org/show_bug.cgi?id=212854
<rdar://problem/63909414>

Reviewed by Per Arne Vollan.

Remove reporting and telemetry for the 'com.apple.ProgressReporting' service
from the Network Process sandbox, since this is a critical part of supplying
download status to the WebKit UI.

* Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:


Canonical link: https://commits.webkit.org/225663@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@262664 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
brentfulgham committed Jun 5, 2020
1 parent 82ddc11 commit 9fc30f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,17 @@
2020-06-05 Brent Fulgham <bfulgham@apple.com>

[iOS] Silence telemetry generated during download operations
https://bugs.webkit.org/show_bug.cgi?id=212854
<rdar://problem/63909414>

Reviewed by Per Arne Vollan.

Remove reporting and telemetry for the 'com.apple.ProgressReporting' service
from the Network Process sandbox, since this is a critical part of supplying
download status to the WebKit UI.

* Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:

2020-06-05 Ryan Haddad <ryanhaddad@apple.com>

Unreviewed, reverting r262619, r262625, and r262641.
Expand Down
Expand Up @@ -637,7 +637,7 @@
(global-name "com.apple.analyticsd"))

;; For reporting progress for active downloads <rdar://problem/44405661>
(allow mach-lookup (with report) (with telemetry)
(allow mach-lookup
(global-name "com.apple.ProgressReporting"))

;; <rdar://problem/47598758>
Expand Down

0 comments on commit 9fc30f1

Please sign in to comment.