From ffef377e2dc22c715773e7a500334ca33c0426d4 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 5 Jul 2016 03:50:03 -0300 Subject: [PATCH] Improve speeds in Services Related #23. --- app/ux/WebView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ux/WebView.js b/app/ux/WebView.js index 9e322a57..aee7219c 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -38,6 +38,7 @@ Ext.define('Rambox.ux.WebView',{ ,plugins: 'true' ,allowtransparency: 'on' ,autosize: 'on' + ,blinkfeatures: 'ApplicationCache,GlobalCacheStorage' ,useragent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' // Used to enable video and audio calls in Skype } }]