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: Metatag-Edge case fix, resolves #427 #1589

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Conversation

manish-lal12
Copy link
Contributor

The issue of not showing metadata in some edge case websites is because they have blocked bots User-Agent, and while fetching the metadata the user agent is defined as Dub.co Bot in request headers, which are blocked by the host website.
The simple solution is to remove the term bot from the header which i figured out after debugging for 4 days 😑. @steven-tey . Please review this.

Screencast_20241021_133416.mp4

Copy link

vercel bot commented Oct 21, 2024

@manish-lal12 is attempting to deploy a commit to the Dub Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link

CLAassistant commented Oct 21, 2024

CLA assistant check
All committers have signed the CLA.

@steven-tey steven-tey merged commit 72dbc92 into dubinc:main Oct 22, 2024
4 of 5 checks passed
@steven-tey
Copy link
Collaborator

/award 300

Copy link

oss-gg bot commented Oct 22, 2024

Awarding manish-lal12: 300 points 🕹️ Well done! Check out your new contribution on oss.gg/manish-lal12

@steven-tey
Copy link
Collaborator

Thank you!

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.

3 participants