summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_settings.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-08-26 14:14:26 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-08-26 12:20:53 +0000
commit2672642af493339b3420d5e5235b77d9f560feb6 (patch)
tree914e6dfd0957be18093de5210c0b6d01f5f798c8 /src/core/web_engine_settings.h
parent7bc32104660dd9b5dfa9920a288797a7c2790559 (diff)
Support the command-line argument --allow-running-insecure-content
Reads the chromium command-line argument and pass it on to WebKit. This also prepares for adding it as proper API later. Task-number: QTBUG-54902 Change-Id: I391940ef43a88332f45cc3c97fe22514d7f6a76c Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/core/web_engine_settings.h')
-rw-r--r--src/core/web_engine_settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/web_engine_settings.h b/src/core/web_engine_settings.h
index e21eee8a9..e131af50c 100644
--- a/src/core/web_engine_settings.h
+++ b/src/core/web_engine_settings.h
@@ -79,7 +79,8 @@ public:
WebGLEnabled,
Accelerated2dCanvasEnabled,
AutoLoadIconsForPage,
- TouchIconsEnabled
+ TouchIconsEnabled,
+ AllowRunningInsecureContent
};
// Must match the values from the public API in qwebenginesettings.h.