Skip to content

v2.11 - Use SSL on fonts.googleapis.com scss import#4212

Merged
waiting-for-dev merged 1 commit intosolidusio:v2.11from
RyanofWoods:v2.11-fix-frontend-scss-font-url-import
Dec 1, 2021
Merged

v2.11 - Use SSL on fonts.googleapis.com scss import#4212
waiting-for-dev merged 1 commit intosolidusio:v2.11from
RyanofWoods:v2.11-fix-frontend-scss-font-url-import

Conversation

@RyanofWoods
Copy link
Copy Markdown

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.
Copy link
Copy Markdown
Contributor

@waiting-for-dev waiting-for-dev left a comment

Choose a reason for hiding this comment

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

Thanks @RyanofWoods !

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