From 65e7255c868bed3bb950e7e36ab786934edc559f Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Thu, 25 Jun 2015 16:10:07 -0400 Subject: https now works with self-signed certificates (needs provisioning though) --- plugins/org.apache.cordova.file/src/blackberry10/index.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 plugins/org.apache.cordova.file/src/blackberry10/index.js (limited to 'plugins/org.apache.cordova.file/src/blackberry10') diff --git a/plugins/org.apache.cordova.file/src/blackberry10/index.js b/plugins/org.apache.cordova.file/src/blackberry10/index.js deleted file mode 100644 index 914d9663..00000000 --- a/plugins/org.apache.cordova.file/src/blackberry10/index.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - setSandbox : function (success, fail, args, env) { - require("lib/webview").setSandbox(JSON.parse(decodeURIComponent(args[0]))); - new PluginResult(args, env).noResult(false); - }, - - isSandboxed : function (success, fail, args, env) { - new PluginResult(args, env).ok(require("lib/webview").getSandbox() === "1"); - } -}; -- cgit v1.2.3