Top "Sandbox" questions

Sandbox is a security mechanism for containing untrusted programs.

Why In-App purchase sandbox always ask "Verification Required"?

I have signed out from the store in device settings. I entered user credentials only in my App. I have …

iphone app-store in-app-purchase sandbox
iTunes account creation not allowed when trying to test In-App Purchases

I have an app in the App Store and I want to test in-app purchases. I followed the steps described …

ios in-app-purchase sandbox
Remove Sandboxing

I have another question dealing with app sandboxing. So I need access to the users' home directory and at the …

cocoa macos sandbox
Flash AS3 Getting Security sandbox violation when trying fetch an external swf

Hii, I'm tring to load swf file to my flash application from a different server. When i try to load …

flash actionscript-3 security flash-cs5 sandbox
Instagram API doesn’t find any liked posts for sandbox users

I’m using the Instagram API in sandbox mode. I’m trying to access a User’s liked posts from …

api instagram sandbox instagram-api
IFRAME sandbox attribute is blocking AJAX calls

I have an application (http://localhost/MyApp), where some of the parts are rendered through IFRAMES. These iframed parts has …

ajax html iframe sandbox same-origin-policy
Preventing Python code from importing certain modules?

I'm writing an application where users can enter a python script and execute it in a sandbox. I need a …

python module sandbox
How to create a lightweight C code sandbox?

I'd like to build a C pre-processor / compiler that allows functions to be collected from local and online sources. ie: #…

c sandbox
Safely sandbox and execute user submitted JavaScript?

I would like to have the ability to let users submit arbitrary JavaScript code, which is then sent to a …

javascript node.js eval sandbox sanitize
AttributeError: 'Request' object has no attribute 'is_xhr'

I am trying to run cuckoo api. Cuckoo web is working fine on my system. But when I tried cuckoo …

python-2.7 flask sandbox cuckoo