Changeset 234966 in webkit
- Timestamp:
- Aug 16, 2018, 4:03:09 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r234962 r234966 1 2018-08-16 Alex Christensen <achristensen@webkit.org> 2 3 Add entitlement to MiniBrowser to allow it to communicate with com.apple.Safari.SafeBrowsing.Service 4 https://bugs.webkit.org/show_bug.cgi?id=188677 5 6 Reviewed by Tim Horton. 7 8 * MiniBrowser/MiniBrowser.entitlements: 9 SSBLookupContext lookUpURL:completionHandler: fails to communicate with its service without this entitlement 10 on released operating systems. See <rdar://problem/42749777> 11 1 12 2018-08-16 Jer Noble <jer.noble@apple.com> 2 13 -
trunk/Tools/MiniBrowser/MiniBrowser.entitlements
r227908 r234966 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>com.apple.security.temporary-exception.mach-lookup.global-name</key> 6 <string>com.apple.Safari.SafeBrowsing.Service</string> 5 7 <key>com.apple.security.app-sandbox</key> 6 8 <true/>
Note:
See TracChangeset
for help on using the changeset viewer.