diff --git a/app/ux/WebView.js b/app/ux/WebView.js index 5fce1970..ed91dfa2 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -146,6 +146,7 @@ Ext.define('Rambox.ux.WebView',{ ,allowtransparency: 'on' ,autosize: 'on' ,allowpopups: 'on' + ,disablewebsecurity: 'on' ,blinkfeatures: 'ApplicationCache,GlobalCacheStorage' ,useragent: Ext.getStore('ServicesList').getById(me.type).get('userAgent') }