Pixie. Add new image via url

Hi, we start to use the Pixie plugin and have a problem with adding a new picture via url. When the user trying to save the image to the server in the browser the following error occurs :
> Error: The operation is insecure.
> .__toDataURL@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:21:6827
> .toDataURL@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:21:6597
> a.getDataUrl@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:26:15735
> a.handleIntegrationModeSave@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:26:14805
> a.saveImage@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:26:14676
> e.saveImage@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:26:230
> Pr.prototype.functionCall/<@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:11:14700
> wo[e]</<.compile/</</r@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:11:23041
> Pn/this.$get</u.prototype.$eval@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:10:9772
> Pn/this.$get</u.prototype.$apply@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:10:9997
> wo[e]</<.compile/</<@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:11:23091
> Q.event.dispatch@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:2:16755
> Q.event.add/g.handle@http://10.88.88.10/angular-app/pixie/assets/js/scripts.min.js?v20:2:13565

Configuration for open Pixie operation:

        $window.Pixie.open({
            url: false,
            hideOpenButton:	false,
            enableCORS: true,
            forceLaundering: false,
            replaceOriginal: true,
            onSave: function(data, img) {
                rscImageLibrary.save({
                    data: data
                });
            }
        });

Could you tell is it possible to upload the processed image using the Pixie plugin, and what we need to change or add to config.

Thanks in advance.