Skip to content

Commit

Permalink
xml encode quotes in MiniBrowser.entitlements
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=254944
rdar://107576906

Reviewed by Jonathan Bedard.

Xcode did this for me when I did something unrelated.
May as well upstream this change separately.

* Tools/MiniBrowser/MiniBrowser.entitlements:

Canonical link: https://commits.webkit.org/262534@main
  • Loading branch information
achristensen07 committed Apr 3, 2023
1 parent fb96465 commit 1651155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/MiniBrowser/MiniBrowser.entitlements
Expand Up @@ -26,8 +26,8 @@
</array>
<key>com.apple.security.temporary-exception.sbpl</key>
<array>
<string>(allow mach-issue-extension (require-all (extension-class "com.apple.webkit.extension.mach")))</string>
<string>(allow iokit-issue-extension (require-all (extension-class "com.apple.webkit.extension.iokit")))</string>
<string>(allow mach-issue-extension (require-all (extension-class &quot;com.apple.webkit.extension.mach&quot;)))</string>
<string>(allow iokit-issue-extension (require-all (extension-class &quot;com.apple.webkit.extension.iokit&quot;)))</string>
</array>
<key>com.apple.security.temporary-exception.shared-preference.read-only</key>
<array>
Expand Down

0 comments on commit 1651155

Please sign in to comment.