Browse Source

Fixes #202

pull/347/head
Ramiro Saenz 9 years ago
parent
commit
9c7cd1be36
  1. 1
      app/ux/WebView.js

1
app/ux/WebView.js

@ -146,6 +146,7 @@ Ext.define('Rambox.ux.WebView',{
,allowtransparency: 'on' ,allowtransparency: 'on'
,autosize: 'on' ,autosize: 'on'
,allowpopups: 'on' ,allowpopups: 'on'
,disablewebsecurity: 'on'
,blinkfeatures: 'ApplicationCache,GlobalCacheStorage' ,blinkfeatures: 'ApplicationCache,GlobalCacheStorage'
,useragent: Ext.getStore('ServicesList').getById(me.type).get('userAgent') ,useragent: Ext.getStore('ServicesList').getById(me.type).get('userAgent')
} }

Loading…
Cancel
Save