I've noticed of late when I connect to airdroid with SSL in Lite mode (Eg. I turn it on in widget and then connect to URL it displays in widget), even though I'm using HTTPS, it still attempts to load some non SSL resources.
Examining the page source code:
stateUrl: "http://stat.airdroid.com:8202/",
...
partnerConfigUrl: "http://cdn1.airdroid.com/partner/partnerConfig.js",
openUrl: "http://open.airdroid.com/demo/index.html"
These should follow the connection protocol being used for the page (the same way that Google Analytics's code switches between http and https depending on what's in use), particularly the "partnerConfigUrl" portion, which is pulling in Javascript (which is what I suspect Chrome is complaining about every time). What does this do anyway? I'm thinking it's the bit that's pulling in the ad for Themer? Either way, the browser interface hangs unless you tell chrome to accept the script over insecure link.
Examining the page source code:
stateUrl: "http://stat.airdroid.com:8202/",
...
partnerConfigUrl: "http://cdn1.airdroid.com/partner/partnerConfig.js",
openUrl: "http://open.airdroid.com/demo/index.html"
These should follow the connection protocol being used for the page (the same way that Google Analytics's code switches between http and https depending on what's in use), particularly the "partnerConfigUrl" portion, which is pulling in Javascript (which is what I suspect Chrome is complaining about every time). What does this do anyway? I'm thinking it's the bit that's pulling in the ad for Themer? Either way, the browser interface hangs unless you tell chrome to accept the script over insecure link.