-
Notifications
You must be signed in to change notification settings - Fork 74
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
Https support #8
Comments
The bookmark doesn't work for me in firefox on https sites, due to the fact that it only loads via http. You get an error about blocking mixed content. I realize I could change my firefox settings away form defaults to allow this, but it would be nice if I didn't have to. I also tried hardcoding it to https, but this does't work as the resource isn't available over https. Two things need to be done here:
|
👍 Broken on Safari 9 now as well. |
Since I cannot access chengyinliu.com to fix the https error. I fixed this by serving the files using Rawgit The changed version is here: https://gist.github.com/hanhpho/6578e7033a3fc0288ba8 |
@hanhpo darn... That's clever! 👏👏 |
Neat solution @hanhpho 👍 , that said I'd love to see this fixed here... (With the latest Chrome it's also now blocking the script) cc @chengyin |
Well done. @hanhpho |
Would be nice to have the bookmarklet not load http content.
The text was updated successfully, but these errors were encountered: