aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------recipes0
-rw-r--r--src/components/services/content/ServiceWebview.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes b/recipes
Subproject 0fbfa61fee8deb3ac7aaa8d5b4e8ec867231d18 Subproject 3054fd4c362b5be81b5cdd48535a0e7078fcd0a
diff --git a/src/components/services/content/ServiceWebview.js b/src/components/services/content/ServiceWebview.js
index 210a6ab6b..2e3354279 100644
--- a/src/components/services/content/ServiceWebview.js
+++ b/src/components/services/content/ServiceWebview.js
@@ -79,7 +79,7 @@ class ServiceWebview extends Component {
79 }} 79 }}
80 onUpdateTargetUrl={this.updateTargetUrl} 80 onUpdateTargetUrl={this.updateTargetUrl}
81 useragent={service.userAgent} 81 useragent={service.userAgent}
82 disablewebsecurity={service.recipe.disablewebsecurity} 82 disablewebsecurity={service.recipe.disablewebsecurity ? true : undefined}
83 allowpopups 83 allowpopups
84 /> 84 />
85 ); 85 );