aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services/content/ServiceWebview.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-27 21:11:24 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-27 21:11:24 +0200
commit86410c4bc7b3dad824586a7116713318287a6d0e (patch)
tree780273d1de44149d6a2c0ebc1536c191b80d4fe9 /src/components/services/content/ServiceWebview.js
parentfix(App): Fix "Paste And Match Style" (diff)
downloadferdium-app-86410c4bc7b3dad824586a7116713318287a6d0e.tar.gz
ferdium-app-86410c4bc7b3dad824586a7116713318287a6d0e.tar.zst
ferdium-app-86410c4bc7b3dad824586a7116713318287a6d0e.zip
add disablewebsecurity option
Diffstat (limited to 'src/components/services/content/ServiceWebview.js')
-rw-r--r--src/components/services/content/ServiceWebview.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/services/content/ServiceWebview.js b/src/components/services/content/ServiceWebview.js
index 7252c695f..07bd17d9c 100644
--- a/src/components/services/content/ServiceWebview.js
+++ b/src/components/services/content/ServiceWebview.js
@@ -41,6 +41,7 @@ class ServiceWebview extends Component {
41 }} 41 }}
42 onUpdateTargetUrl={this.updateTargetUrl} 42 onUpdateTargetUrl={this.updateTargetUrl}
43 useragent={service.userAgent} 43 useragent={service.userAgent}
44 disablewebsecurity={service.recipe.disablewebsecurity}
44 allowpopups 45 allowpopups
45 /> 46 />
46 ); 47 );