Title: [239938] trunk/Source/WebKit
Revision
239938
Author
[email protected]
Date
2019-01-14 13:27:59 -0800 (Mon, 14 Jan 2019)

Log Message

Remove unused networking entitlement from iOS WebProcess entitlements
https://bugs.webkit.org/show_bug.cgi?id=193267

Patch by Alex Christensen <[email protected]> on 2019-01-14
Reviewed by Dean Jackson.

* Configurations/WebContent-iOS.entitlements:
This gave access to VPN stuff.  It's not needed any more.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239937 => 239938)


--- trunk/Source/WebKit/ChangeLog	2019-01-14 21:17:10 UTC (rev 239937)
+++ trunk/Source/WebKit/ChangeLog	2019-01-14 21:27:59 UTC (rev 239938)
@@ -1,3 +1,13 @@
+2019-01-14  Alex Christensen  <[email protected]>
+
+        Remove unused networking entitlement from iOS WebProcess entitlements
+        https://bugs.webkit.org/show_bug.cgi?id=193267
+
+        Reviewed by Dean Jackson.
+
+        * Configurations/WebContent-iOS.entitlements:
+        This gave access to VPN stuff.  It's not needed any more.
+
 2019-01-14  Youenn Fablet  <[email protected]>
 
         Enable MDNS ICE candidate support by default

Modified: trunk/Source/WebKit/Configurations/WebContent-iOS.entitlements (239937 => 239938)


--- trunk/Source/WebKit/Configurations/WebContent-iOS.entitlements	2019-01-14 21:17:10 UTC (rev 239937)
+++ trunk/Source/WebKit/Configurations/WebContent-iOS.entitlements	2019-01-14 21:27:59 UTC (rev 239938)
@@ -4,8 +4,6 @@
 <dict>
 	<key>com.apple.private.allow-explicit-graphics-priority</key>
 	<true/>
-	<key>com.apple.private.network.socket-delegate</key>
-	<true/>
 	<key>com.apple.private.webinspector.allow-remote-inspection</key>
 	<true/>
 	<key>com.apple.private.webinspector.proxy-application</key>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to