Title: [262850] trunk/Source/WebKit
Revision
262850
Author
[email protected]
Date
2020-06-10 12:31:36 -0700 (Wed, 10 Jun 2020)

Log Message

[iOS] Add entitlement for PAC exceptions
https://bugs.webkit.org/show_bug.cgi?id=213027
<rdar://problem/63985737>

Reviewed by Brent Fulgham.

On iOS, add entitlement for PAC exceptions.

* Scripts/process-entitlements.sh:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (262849 => 262850)


--- trunk/Source/WebKit/ChangeLog	2020-06-10 19:26:14 UTC (rev 262849)
+++ trunk/Source/WebKit/ChangeLog	2020-06-10 19:31:36 UTC (rev 262850)
@@ -1,3 +1,15 @@
+2020-06-10  Per Arne Vollan  <[email protected]>
+
+        [iOS] Add entitlement for PAC exceptions
+        https://bugs.webkit.org/show_bug.cgi?id=213027
+        <rdar://problem/63985737>
+
+        Reviewed by Brent Fulgham.
+
+        On iOS, add entitlement for PAC exceptions.
+
+        * Scripts/process-entitlements.sh:
+
 2020-06-10  James Savage  <[email protected]>
 
         Swift Overlay API refinements

Modified: trunk/Source/WebKit/Scripts/process-entitlements.sh (262849 => 262850)


--- trunk/Source/WebKit/Scripts/process-entitlements.sh	2020-06-10 19:26:14 UTC (rev 262849)
+++ trunk/Source/WebKit/Scripts/process-entitlements.sh	2020-06-10 19:31:36 UTC (rev 262850)
@@ -140,6 +140,7 @@
     plistbuddy Add :com.apple.private.coremedia.pidinheritance.allow bool YES
     plistbuddy Add :com.apple.private.memorystatus bool YES
     plistbuddy Add :com.apple.private.network.socket-delegate bool YES
+    plistbuddy Add :com.apple.private.pac.exception bool YES
     plistbuddy Add :com.apple.private.security.message-filter bool YES
     plistbuddy Add :com.apple.private.webinspector.allow-remote-inspection bool YES
     plistbuddy Add :com.apple.private.webinspector.proxy-application bool YES
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to