python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it possible for a sandboxed Mac app to write to the global defaults domain?
Is there any way to allow a sandboxed Mac app to read and write keys to the global user defaults domain (NSGlobalDomain/.globalDomain)? Right now, the writes are failing and this error is being logged...

Ryan
Votes: 0
Answers: 1
Fileprovider does not get loaded when application is run from /Applications folder
I have developed a functional Application that uses the new NSFileProviderReplicatedExtension.
Everything worked as expected until I started deployment and realized, that my application cannot add dom...
Marcel Vyberal
Votes: 0
Answers: 2
Leveraging Java's sandbox to mitigate CVE-2021-44228( log4j2 remote code execution)?
The java-security-manager-deprecation not withstanding JEP-411 (Deprecate the Security Manager for Removal), would enabling sandbox mechanism by leveraging the java security-manager (and associated cl...
Ravindra HV
Votes: 0
Answers: 1
How to prevent html in file:/// from accessing internet?
The background scenario is that I want to give my users a javascript which they can use to analyze their sensitive private data, and I want them to feel safe that this data will not be sent to interne...
qbolec
Votes: 0
Answers: 3