ludei / webview-plus

Uniform webview on any Android 4.x device.
103 stars 16 forks source link

mixed content being blocked #8

Open goldbuick opened 10 years ago

goldbuick commented 10 years ago

[blocked] The page at "...." was loaded over HTTPS, but ran insecure content from 'http://cdn.sockjs.org/sockjs-0.3.4.min.js': this content should also be loaded over HTTPS.

Is there a way to define a setting for this??

goldbuick commented 10 years ago

anything?

ludei commented 10 years ago

Hello goldbuick

Can you upload a simple test case that reproduces this issue?. Btw, I think is pretty simple to solve, just upload that library to a secure https host.

I think that also this should happen in Google Chrome/Crosswalk because is a normal behavior of the browser.