Top "Sandbox" questions

Sandbox is a security mechanism for containing untrusted programs.

Can you run GUI applications in a Docker container?

How can you run GUI applications in a Docker container? Are there any images that set up vncserver or something …

x11 sandbox docker vnc
Reading file contents on the client-side in javascript in various browsers

I'm attempting to provide a script-only solution for reading the contents of a file on a client machine through a …

javascript html file-io sandbox
Is there a PHP Sandbox, something like JSFiddle is to JS?

Is there a PHP Sandbox, something like JSFiddle is to JS?

php sandbox
What is sandboxing?

I have read the Wikipedia article, but I am not really sure what it means, and how similar it is …

sandbox
Refused to execute inline event handler because it violates CSP. (SANDBOX)

I'm developing a google chrome packaged app, when I put Sandbox in the manifest.json: { "manifest_version": 2, "name": "WM32216", "version": "2.1", "…

javascript jquery google-chrome google-chrome-app sandbox
CCAvenue Sandbox Site For Testing

I want to integrate CCAvenue payment gateway in my site. Is there any sandbox site available for CCAvenue to test …

php sandbox ccavenue
The request was aborted: Could not create SSL/TLS secure channel sandbox account

It was working well before a week but now it shows following error. I have tried the following things but …

.net paypal sandbox
iOS In App Purchase: test a real purchase without submitting to Apple

I implemented in app purchase in my iOS app and I want to do a real test (not a sandbox) …

ios sandbox ad-hoc-distribution in-app-purchase adhoc
Is It Possible to Sandbox JavaScript Running In the Browser?

I'm wondering if it's possible to sandbox JavaScript running in the browser to prevent access to features that are normally …

javascript browser sandbox
Run an untrusted C program in a sandbox in Linux that prevents it from opening files, forking, etc.?

I was wondering if there exists a way to run an untrusted C program under a sandbox in Linux. Something …

linux sandbox