3.18: Preconnect for Google fonts isnot removed when Host Google fonts locally option is enabled #7146
Labels
module: google fonts
priority: high
Issues which should be resolved as quickly as possible
severity: moderate
Feature isn't working as expected but has work around to get same value
type: bug
Indicates an unexpected problem or unintended behavior
Milestone
Describe the bug
While Host google fonts option is on, we shouldn't add preconnect/prefetch for Google fonts and if it was there , we shall remove it as mentioned here #7066. However, it is still there
<link href='https://fonts.gstatic.com/' crossorigin rel='preconnect' />
To Reproduce
Steps to reproduce the behavior:
<link href='https://fonts.gstatic.com/' crossorigin rel='preconnect' />
is thereExpected behavior
fonts.gstatic.com
delivers the font filesfonts.googleapis.com
delivers font CSSScreenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: