Title: [269643] trunk/Source/WebKit
Revision
269643
Author
[email protected]
Date
2020-11-10 13:11:27 -0800 (Tue, 10 Nov 2020)

Log Message

[macCatalyst] Add entitlement for message filtering
https://bugs.webkit.org/show_bug.cgi?id=218768
<rdar://problem/71247464>

Reviewed by Tim Horton.

Add required message filtering entitlement for Catalyst.

No new tests, covered by existing tests.

* Scripts/process-entitlements.sh:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (269642 => 269643)


--- trunk/Source/WebKit/ChangeLog	2020-11-10 20:49:45 UTC (rev 269642)
+++ trunk/Source/WebKit/ChangeLog	2020-11-10 21:11:27 UTC (rev 269643)
@@ -1,3 +1,17 @@
+2020-11-10  Per Arne Vollan  <[email protected]>
+
+        [macCatalyst] Add entitlement for message filtering
+        https://bugs.webkit.org/show_bug.cgi?id=218768
+        <rdar://problem/71247464>
+
+        Reviewed by Tim Horton.
+
+        Add required message filtering entitlement for Catalyst.
+
+        No new tests, covered by existing tests.
+
+        * Scripts/process-entitlements.sh:
+
 2020-11-10  Youenn Fablet  <[email protected]>
 
         Update WebRTC liwebrtc to M87

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


--- trunk/Source/WebKit/Scripts/process-entitlements.sh	2020-11-10 20:49:45 UTC (rev 269642)
+++ trunk/Source/WebKit/Scripts/process-entitlements.sh	2020-11-10 21:11:27 UTC (rev 269643)
@@ -135,6 +135,7 @@
     then
         plistbuddy Add :com.apple.pac.shared_region_id string WebContent
         plistbuddy Add :com.apple.private.pac.exception bool YES
+        plistbuddy Add :com.apple.private.security.message-filter bool YES
         plistbuddy Add :com.apple.UIKit.view-service-wants-custom-idiom-and-scale bool YES
     fi
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to