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

HTTPS Support #15

Open
chris37879 opened this issue May 22, 2014 · 8 comments
Open

HTTPS Support #15

chris37879 opened this issue May 22, 2014 · 8 comments

Comments

@chris37879
Copy link

Instead of loading everything with http:// consider using // instead, similar to the way Google's CDN recommends things be loaded, as it stands the bookmarklet won't work on https:// sites.

@alefeuvre
Copy link
Owner

Good idea Chris. I'll do the update as soon as I can, i.e. it may take a while as I'm off travelling at the moment. Do not hesitate to submit a pull request if you want the change to be done sooner.

-----Original Message-----
From: Chris Hendrickson
Sent: 22/05/2014 13:21
To: alefeuvre/foundation-grid-displayer
Subject: [foundation-grid-displayer] HTTPS Support (#15)

Instead of loading everything with http:// consider using // instead, similar to the way Google's CDN recommends things be loaded, as it stands the bookmarklet won't work on https:// sites.


Reply to this email directly or view it on GitHub.

@chris37879
Copy link
Author

If I find the time this weekend I may, I just noticed it and wanted to make
sure other devs were aware.
On May 22, 2014 7:13 PM, "Antoine Lefeuvre" [email protected]
wrote:

Good idea Chris. I'll do the update as soon as I can, i.e. it may take a
while as I'm off travelling at the moment. Do not hesitate to submit a pull
request if you want the change to be done sooner.

-----Original Message-----
From: Chris Hendrickson
Sent: 22/05/2014 13:21
To: alefeuvre/foundation-grid-displayer
Subject: [foundation-grid-displayer] HTTPS Support (#15)

Instead of loading everything with http:// consider using // instead,
similar to the way Google's CDN recommends things be loaded, as it stands
the bookmarklet won't work on https:// sites.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/15#issuecomment-43955105
.

@alefeuvre
Copy link
Owner

Hi Chris,
Last week I released the version 3.2 of the bookmarklet. It comes with HTTPS support. No need to re-add the bookmarklet to get the new version.
Thanks again for suggesting this enhancement!

@alefeuvre
Copy link
Owner

Following this post on Stack Overflow, I'm afraid I had to rollback to a version with no HTTPS support. I now have to look for a solution that supports both the HTTPS and FILE protocols. Sorry about that!

@alefeuvre alefeuvre reopened this Jul 10, 2014
@chrismendis
Copy link

@alefeuvre Instead of relying on relative URLs, we could parse the protocol from window.location. If this solution sounds appealing, I'd be interested in implementing it.

@chrismendis
Copy link

@alefeuvre of course, if the parsed protocol was anything other than http or https then we would use http.

@chrismendis
Copy link

@alefeuvre WIP PR started: #17.

@doggy8088
Copy link

@alefeuvre I think the HTTPS support is more relevant than FILE support at this time. Are you consider support HTTPS now?

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

No branches or pull requests

4 participants