aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services/content/ServiceWebview.js
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-04 15:27:40 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-04 15:27:40 +0700
commitd8d5df6e72163b00e035f729b1013a957fed2321 (patch)
treeee0993c8b3d1ddb551aafa71b1e6bf932500ef3d /src/components/services/content/ServiceWebview.js
parentBetter handling for user data path (#100) (diff)
parentFix lint (diff)
downloadferdium-app-d8d5df6e72163b00e035f729b1013a957fed2321.tar.gz
ferdium-app-d8d5df6e72163b00e035f729b1013a957fed2321.tar.zst
ferdium-app-d8d5df6e72163b00e035f729b1013a957fed2321.zip
Merge branch 'develop' of github.com:getferdi/ferdi into develop
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 647e31d52..03d6d5bcc 100644
--- a/src/components/services/content/ServiceWebview.js
+++ b/src/components/services/content/ServiceWebview.js
@@ -59,6 +59,7 @@ class ServiceWebview extends Component {
59 }} 59 }}
60 onUpdateTargetUrl={this.updateTargetUrl} 60 onUpdateTargetUrl={this.updateTargetUrl}
61 useragent={service.userAgent} 61 useragent={service.userAgent}
62 disablewebsecurity={service.recipe.disablewebsecurity}
62 allowpopups 63 allowpopups
63 /> 64 />
64 ); 65 );