butter icon indicating copy to clipboard operation
butter copied to clipboard

app sandbox

Open harukasan opened this issue 10 years ago • 0 comments

app sandboxing improves the security of app.

Add to Rakefile:

app.entitlements.update({
  'com.apple.security.app-sandbox' => true,
  'com.apple.security.files.user-selected.read-only' => true,
  'com.apple.security.network.client' => true,
})

Issue

  • the cookies will not be shared with Safari

References

harukasan avatar Mar 31 '14 04:03 harukasan