Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo page #33

Open
joaofgf opened this issue May 3, 2014 · 1 comment
Open

demo page #33

joaofgf opened this issue May 3, 2014 · 1 comment

Comments

@joaofgf
Copy link

joaofgf commented May 3, 2014

Hello,
If you use https, the demo page is not working. It uses a secure protocol (https) and all the include files are in non-secure protocol (http). Modern browsers does not include unsecure files on secure main file.
2014-05-03_20-43-27

Solution 1: use protocol-relative urls:
instead of

http://getbootstrap.com/2.3.2/assets/js/jquery.js

use

//getbootstrap.com/2.3.2/assets/js/jquery.js

Solution 2: use secure protocol
instead of

http://getbootstrap.com/2.3.2/assets/js/jquery.js

use

https://getbootstrap.com/2.3.2/assets/js/jquery.js

Regards

@mlissner
Copy link

Yep. Hit this too. Anybody with HTTPS Everywhere installed will run into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants