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

fix(gatsby-plugin-google-gtag): Separate preconnect and dns-prefetch #27226

Closed
wants to merge 1 commit into from

Conversation

gemanepa
Copy link

@gemanepa gemanepa commented Oct 2, 2020

Description

As it was mentioned in #25279 by @deminoth, implementing dns-prefetch fallback in the same tag causes a bug in Safari where preconnect gets cancelled. This was fixed in gatsby-plugin-google-analytics but not in gatsby-plugin-google-gtag so this PR address that

Documentation

https://web.dev/preconnect-and-dns-prefetch/
https://bugs.webkit.org/show_bug.cgi?id=197010

Related Issues

Related to #25279

…fallback to prevent Safari cancelling preconnect
@LekoArts
Copy link
Contributor

This was fixed in #31036

@LekoArts LekoArts closed this Jul 22, 2022
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