We're building a HTTPS single page application for internal use. It contains HTTP external links. If embedded in apk/webview, there's no problem. If we try on windows workstation, in a browser, we have "mixed content errors". We don't want to add --allow-running-insecure-content to Chrome shortcut.
So my question is , is there a "--allow-running-insecure-content" behavior in Chrome App or Chrome Extension or another way to use our web application?
Thx!