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

Use HTTPS and SRI integrity in all scripts and styles in website #159

Closed
wants to merge 1 commit into from

Conversation

qgustavor
Copy link
Contributor

This pull request replaces protocol relative URLs to HTTPS URLs, following the current best practices:
https://jeremywagner.me/blog/stop-using-the-protocol-relative-url

It also adds the SRI integrity attribute to the jQuery script, which was missing.

Replaced protocol relative URLs to HTTPS URLs, following the current best practices:
https://jeremywagner.me/blog/stop-using-the-protocol-relative-url

Also added SRI integrity attribute to the jQuery script.
@chaosbot
Copy link
Collaborator

🙅 This PR did not meet the required vote threshold and will not be merged. Closing.

Open a new PR to restart voting.

@rudehn
Copy link
Contributor

rudehn commented May 24, 2017

Try this again with #153 accepted

@qgustavor qgustavor deleted the patch-1 branch May 24, 2017 19:16
@qgustavor
Copy link
Contributor Author

qgustavor commented May 24, 2017

@rudehn Not needed as someone already did almost the same changes, except that integrity attribute was removed from all scripts and styles.

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

Successfully merging this pull request may close these issues.

5 participants