Browse Source

Removed "disabledwebsecurity" from webviews.

Fixes #508 #544
pull/594/merge
Ramiro Saenz 8 years ago
parent
commit
7f285c6b85
  1. 3
      app/ux/WebView.js

3
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'
}

Loading…
Cancel
Save