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

v3.1 - Use SSL on fonts.googleapis.com scss import #4210

Conversation

RyanofWoods
Copy link
Contributor

Since 23/11/2021, @import url(//fonts.googleapis.com/css...) began to
cause errors; Breaking Solidus and all extensions that depend on
solidus_frontend. Explicitly using HTTPS protocol fixed this.

Error example:
https://app.circleci.com/pipelines/github/solidusio/solidus/2791/workflows/e62ff646-9ae6-4e65-b20f-e1f7a109d3a1/jobs/26572

Blocking of this URL in testing_support was updated to keep performance
improvement.

Checklist:

  • I have followed Pull Request guidelines
  • I have added a detailed description into each commit message

Since 23/11/2021, `@import url(//fonts.googleapis.com/css...)` began to
cause errors; Breaking Solidus and all extensions that depend on
solidus_frontend. Explicitly using https protocol fixed this.

Error example:
https://app.circleci.com/pipelines/github/solidusio/solidus/2791/workflows/e62ff646-9ae6-4e65-b20f-e1f7a109d3a1/jobs/26572

Blocking of this URL in testing_support was updated to keep performance
improvement.
@RyanofWoods RyanofWoods changed the title Use SSL on fonts.googleapis.com scss import v3.1 - Use SSL on fonts.googleapis.com scss import Nov 25, 2021
@jarednorman
Copy link
Member

I see there's PRs back to v2.11, but we may need to backport this to more versions. It's going to break specs across tons of extensions that support and runs specs against any older versions. 😩

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.

SSL on fonts.googleapis.com
3 participants