Welcome Guest Search | Active Topics | Sign In | Register

[WebBrowser] Using microphone on non https Options
Eurice
Posted: Monday, May 9, 2016 4:54:40 AM
Rank: Advanced Member
Groups: Member

Joined: 12/10/2014
Posts: 137
Hello there,

Since the last chrome update it's not possible to use microphone on http:// (it only works on https);
So I tryed to add chrome flags to consider my website as secure like this :

Code: C#
EO.WebBrowser.Runtime.ExtraCommandLineArgs += " --user-data-dir=c:\\profile --unsafely-treat-insecure-origin-as-secure=http://192.168.250.35";


OR

Code: C#
EO.WebEngine.BrowserOptions options = new EO.WebEngine.BrowserOptions();
options.EnableWebSecurity = false;
EO.WebEngine.EngineOptions.Default.SetDefaultBrowserOptions(options);


But without any good results :(

More informations about chrome's security :

https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins

The same flags works on chrome Version 50.0.2661.94

Best regards
eo_support
Posted: Wednesday, May 11, 2016 2:38:41 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
We have looked into this issue and confirmed that this flag is currently not supported in our code. So the only option seems to be using HTTPs. Sorry about it!
Eurice
Posted: Thursday, May 12, 2016 3:35:21 AM
Rank: Advanced Member
Groups: Member

Joined: 12/10/2014
Posts: 137
Hey,

Yes unfortunately that what I thought.
I Hope we can disable this new security feature for individual webView in the futur :/

Thanks for the answer,


Regards


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.