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: ignore prefetch and connect for link #145

Merged
merged 1 commit into from
Feb 9, 2020
Merged

Conversation

JustinBeckwith
Copy link
Owner

@JustinBeckwith JustinBeckwith commented Feb 9, 2020

Fixes #133. This change will ignore any <link> tags where the rel is set to dns-prefetch or preconnect, while allowing checks for other <link> tags to still go through.

@Auo & @Trott does this look right?

@JustinBeckwith JustinBeckwith merged commit 154eb2b into master Feb 9, 2020
@delete-merged-branch delete-merged-branch bot deleted the prefetch branch February 9, 2020 22:26
@github-actions
Copy link

github-actions bot commented Feb 9, 2020

🎉 This PR is included in version 2.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@Trott
Copy link
Contributor

Trott commented Feb 10, 2020

@Auo & @Trott does this look right?

2.0.1 seems to ignore the links correctly for me, so 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rel="preconnect" possible issue
2 participants