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

tpl: HTTPS the instagram Shortcode JS #13446

Merged
merged 2 commits into from
Feb 26, 2025
Merged

tpl: HTTPS the instagram Shortcode JS #13446

merged 2 commits into from
Feb 26, 2025

Conversation

coliff
Copy link
Member

@coliff coliff commented Feb 25, 2025

This JavaScript will always load over HTTPS so it's best to specify that. Protocol-less loaded resources are an anti-pattern (REF: https://www.paulirish.com/2010/the-protocol-relative-url/)

This JavaScript will always load over HTTPS so it's best to specify that. Protocol-less loaded resources are an anti-pattern (REF: https://www.paulirish.com/2010/the-protocol-relative-url/)
@coliff coliff changed the title Fix: HTTPS the instagram Shortcode JS tpl: HTTPS the instagram Shortcode JS Feb 25, 2025
@bep
Copy link
Member

bep commented Feb 25, 2025

Can you fix the failing test?

@coliff
Copy link
Member Author

coliff commented Feb 26, 2025

I'm not certain on what exactly to change. I see in the shortcodes_integration_test.go file that for the test the file content has a hash a7937c49665872d3 so testing if changing that to 6e93404b93277876 works.

@bep bep merged commit 2f4e666 into gohugoio:master Feb 26, 2025
6 checks passed
@coliff coliff deleted the patch-1 branch February 26, 2025 08:30
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