Skip to content

Use secure HTTPS URLs where possible#430

Merged
nouiz merged 4 commits intoTheano:masterfrom
paulmenzel:use-secure-https-urls-where-possible
May 5, 2017
Merged

Use secure HTTPS URLs where possible#430
nouiz merged 4 commits intoTheano:masterfrom
paulmenzel:use-secure-https-urls-where-possible

Conversation

@paulmenzel
Copy link
Copy Markdown
Contributor

Not all URLs could be converted, as there are still Web sites out there not having HTTPS set up correctly.

paulmenzel added 4 commits May 5, 2017 16:02
The request to https://www.opensource.org times out, but the domain
without *www.* works.

```
$ curl -I https://opensource.org/licenses/bsd-license.php
HTTP/1.1 200 OK
```
Even if the site is not loaded over HTTPS, it’s good practice to load
assets over HTTPS if that is possible.
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.src = 'https://ssl.google-analytics.com/ga.js';
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slefrancois What do you think of that? I think it is good, but I'm not 100% sure.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a web design expert, but it seems reasonable that google sites would be available in secure connections.

@nouiz nouiz merged commit 65ed476 into Theano:master May 5, 2017
@nouiz
Copy link
Copy Markdown
Member

nouiz commented May 5, 2017

thanks

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