Files
Attractor/SBrowser/Supporting Files/SBrowser.entitlements
James Magahern cddc684f54 Initial commit
Able to actually block scripts using a plugin, have XPC set up between plugin and
host process. Limited UI support
2020-07-22 19:29:38 -07:00

11 lines
295 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>