Skip to content

DOC Use HTTPS for outside scripts/forms #314

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

Merged
merged 3 commits into from
Jun 11, 2015

Conversation

effigies
Copy link
Member

@effigies effigies commented Jun 7, 2015

Since *.github.io pages support HTTPS, pulling in content from HTTP addresses causes browsers to complain about unsafe scripts. This eliminates any warnings, on a test I ran on one of our lab web servers. Loading scripts over HTTPS from an HTTP connection shouldn't cause problems.

HTTPS might not be a priority for nibabel, so I limited this initial commit to making the nibabel site eliminate browser warnings. If it would be welcome, I can also go through other URLs throughout the documentation and upgrade them to HTTPS when they exist and have a valid certificate.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.26% when pulling cb8b826 on effigies:opportunistic_ssl into 654735c on nipy:master.

@matthew-brett
Copy link
Member

matthew-brett commented Jun 8, 2015 via email

@effigies
Copy link
Member Author

effigies commented Jun 8, 2015

Well, a little less important now I see that https://nipy.github.io will be redirecting to the HTTP-only http://nipy.org, but I can go ahead and do this.

How should I treat dead links? If I can find a new location, I'll change to that, but if not, should I leave them as is, mark as dead somehow, or remove them entirely?

@matthew-brett
Copy link
Member

matthew-brett commented Jun 8, 2015 via email

@matthew-brett
Copy link
Member

Nice - thanks very much for doing that.

matthew-brett added a commit that referenced this pull request Jun 11, 2015
MRG: Use HTTPS for outside scripts/forms

https instead of http for web links where possible.
@matthew-brett matthew-brett merged commit 60eceb9 into nipy:master Jun 11, 2015
@effigies effigies deleted the opportunistic_ssl branch August 11, 2015 20:48
grlee77 pushed a commit to grlee77/nibabel that referenced this pull request Mar 15, 2016
MRG: Use HTTPS for outside scripts/forms

https instead of http for web links where possible.
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

Successfully merging this pull request may close these issues.

3 participants