aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services/content/ServiceWebview.js
diff options
context:
space:
mode:
authorLibravatar Sabree Blackmon <sabree@lovewellgroup.com>2017-12-21 11:12:42 -0600
committerLibravatar Sabree Blackmon <sabree@lovewellgroup.com>2017-12-21 11:22:00 -0600
commite40dd70da782a86ca2b08de33f6a57f2be462fcf (patch)
tree5ab216e4af1ea4f864da1a68fa1c8408625eaaec /src/components/services/content/ServiceWebview.js
parentMerge pull request #330 from meetfranz/develop (diff)
downloadferdium-app-e40dd70da782a86ca2b08de33f6a57f2be462fcf.tar.gz
ferdium-app-e40dd70da782a86ca2b08de33f6a57f2be462fcf.tar.zst
ferdium-app-e40dd70da782a86ca2b08de33f6a57f2be462fcf.zip
Removing explicit disabling of web security setting for the WebView controls
This fixes issue #30 where certain Google Voice issues are no longer functioning. This is also required to support other Google application integrations.
Diffstat (limited to 'src/components/services/content/ServiceWebview.js')
-rw-r--r--src/components/services/content/ServiceWebview.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/services/content/ServiceWebview.js b/src/components/services/content/ServiceWebview.js
index faa356d3d..11911e834 100644
--- a/src/components/services/content/ServiceWebview.js
+++ b/src/components/services/content/ServiceWebview.js
@@ -105,7 +105,6 @@ export default class ServiceWebview extends Component {
105 onUpdateTargetUrl={this.updateTargetUrl} 105 onUpdateTargetUrl={this.updateTargetUrl}
106 useragent={service.userAgent} 106 useragent={service.userAgent}
107 muted={isAppMuted || service.isMuted} 107 muted={isAppMuted || service.isMuted}
108 disablewebsecurity
109 allowpopups 108 allowpopups
110 /> 109 />
111 )} 110 )}