zhangqd / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

How to handle “This page has insecure content.” message? #1238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Set the WebPreferences allow_displaying_insecure_content and 
allow_running_insecure_content values.
2.  Implement WebPermissionClient allowDisplayingInsecureContent and 
allowRunningInsecureContent.

Is there a way to do it in CEF in C#. Please help me.
Please provide any additional information below.

Original issue reported on code.google.com by rptho...@gmail.com on 29 Mar 2014 at 12:20

GoogleCodeExporter commented 9 years ago
You can specify the "allow-running-insecure-content" flag via the command-line 
or by implementing OnBeforeCommandLineProcessing. Please ask questions in the 
CEF Forum instead of the issue tracker.

Original comment by magreenb...@gmail.com on 31 Mar 2014 at 11:28

GoogleCodeExporter commented 9 years ago
Its still not working even after specifying it on OnBeforeCommandLineProcessing.

Original comment by rptho...@gmail.com on 31 Mar 2014 at 6:27

GoogleCodeExporter commented 9 years ago
I have the same issue using the newest CEF3 (3.1949, chrome 39.0.2171.65). Is 
there a solution for it? OnBeforeCommandLineProcessing and 
"--allow-running-insecure-content" can't disable the insecurity check!

Original comment by remi2...@googlemail.com on 14 Jan 2015 at 12:38