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

Canonical url check #957

Open
webysther opened this issue Jan 23, 2025 · 3 comments
Open

Canonical url check #957

webysther opened this issue Jan 23, 2025 · 3 comments

Comments

@webysther
Copy link

webysther commented Jan 23, 2025

Allow canonical check on server-side.

I already fixed on client-side on the extension:

Final slash on the url

https://example.com/ == https://example.com

Parameter order in the url

https://example.com/path?b=2&a=1 == https://example.com/path?a=1&b=2

Related to: #958

@gingerbeardman
Copy link
Contributor

Whilst you're in there, any chance of an update on #206 ?

@webysther
Copy link
Author

webysther commented Jan 24, 2025

Whilst you're in there, any chance of an update on #206 ?

Yeap, how do u fixed, keeping the validation disabled?

@gingerbeardman
Copy link
Contributor

gingerbeardman commented Jan 24, 2025

I prefer not to disable validation, so for any problematic links I add a wayback machine version of the link. They pass the validation even though they contain the same URL. Only a handful of ~4000 links need this treatment

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

No branches or pull requests

2 participants