From 481793b02fc004d6b30cf007c393c76cdbbe4350 Mon Sep 17 00:00:00 2001 From: Benjamin Wiederkehr Date: Mon, 22 Feb 2016 18:39:41 +0100 Subject: [PATCH] Promise to add insecure-content option. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 72f9213..85de219 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,13 @@ If this flag is passed, it will not override the user agent. ``` Forces the packaged app to ignore certificate errors. +#### [insecure-content] + +``` +--insecure-content +``` +Forces the packaged app to ignore content errors. + ## Programmatic API You can use the Nativefier programmatic API as well.