bootstrap.min.js should be loaded with https
-
Hello,
I have ssl certificate installed on my website and due to mixed content your js bootstrap file (loaded from a external website) is blocked by chrome and then things ain’t work any more.
Error:
Mixed Content: The page at 'https://x.com' was loaded over HTTPS, but requested an insecure script 'https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js'. This request has been blocked; the content must be served over HTTPS
.File to be edit:
easy-bootstrap-shortcodes\osc_bootstrap_shortcode.php
define('EBS_JS_CDN','https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bootstrap.min.js should be loaded with https’ is closed to new replies.