⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243472 in webkit


Ignore:
Timestamp:
Mar 25, 2019, 4:50:42 PM (7 years ago)
Author:
beidson@apple.com
Message:

Add socket-delegate to another entitlements config
rdar://problem/48090350 and https://bugs.webkit.org/show_bug.cgi?id=196227

Reviewed by Geoffrey Garen.

  • Configurations/Network-iOSMac.entitlements:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243470 r243472  
     12019-03-25  Brady Eidson  <beidson@apple.com>
     2
     3        Add socket-delegate to another entitlements config
     4        rdar://problem/48090350 and https://bugs.webkit.org/show_bug.cgi?id=196227
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        * Configurations/Network-iOSMac.entitlements:
     9
    1102019-03-25  Commit Queue  <commit-queue@webkit.org>
    211
  • trunk/Source/WebKit/Configurations/Network-iOSMac.entitlements

    r239819 r243472  
    33<plist version="1.0">
    44<dict>
    5     <key>seatbelt-profiles</key>
    6     <array>
    7         <string>com.apple.WebKit.Networking</string>
    8     </array>
     5        <key>seatbelt-profiles</key>
     6        <array>
     7                <string>com.apple.WebKit.Networking</string>
     8        </array>
    99        <key>com.apple.security.network.client</key>
     10        <true/>
     11        <key>com.apple.private.network.socket-delegate</key>
    1012        <true/>
    1113</dict>
Note: See TracChangeset for help on using the changeset viewer.