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

slidy uses https instead of http #3848

Merged
merged 1 commit into from
Aug 17, 2017
Merged

slidy uses https instead of http #3848

merged 1 commit into from
Aug 17, 2017

Conversation

ickc
Copy link
Contributor

@ickc ickc commented Aug 17, 2017

The reason behind this pull request is that if I deliver my presentation over https, the browsers (tested on Safari and Chrome) will block the access of non-https files like the http css and js used in slidy.

Edit: although slidy-url can be used to change this manually, but I think defaulting to https is good practice enough for a pull request.

grep -rl 'http://www.w3.org/Talks/Tools/Slidy2' . | xargs sed -i 's/http:\/\/www\.w3\.org\/Talks\/Tools\/Slidy2/https:\/\/www\.w3\.org\/Talks\/Tools\/Slidy2/g'
@ickc
Copy link
Contributor Author

ickc commented Aug 17, 2017

By the way, I checked briefly and it seems that this is the only such instance http is used.

And I checked the js and css urls generated, https://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js, https://www.w3.org/Talks/Tools/Slidy2/styles/slidy.css works.

@jgm jgm merged commit 2a0e2e6 into jgm:master Aug 17, 2017
@jgm
Copy link
Owner

jgm commented Aug 17, 2017

Makes sense!
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.

2 participants