From 7f285c6b85b1bc7d86e0107979e970feb4f4b3fc Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 19 Jan 2017 16:16:37 -0300 Subject: [PATCH] Removed "disabledwebsecurity" from webviews. Fixes #508 #544 --- app/ux/WebView.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/ux/WebView.js b/app/ux/WebView.js index 4b9bc53c..cbe15891 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -158,8 +158,7 @@ Ext.define('Rambox.ux.WebView',{ ,plugins: 'true' ,allowtransparency: 'on' ,autosize: 'on' - ,disablewebsecurity: 'on' - ,blinkfeatures: 'ApplicationCache,GlobalCacheStorage' + //,disablewebsecurity: 'on' // Disabled because some services (Like Google Drive) dont work with this enabled ,useragent: Ext.getStore('ServicesList').getById(me.record.get('type')).get('userAgent') ,preload: './resources/js/rambox-service-api.js' }