-
Notifications
You must be signed in to change notification settings - Fork 348
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
Comments
This was referenced Jan 23, 2025
Whilst you're in there, any chance of an update on #206 ? |
Yeap, how do u fixed, keeping the validation disabled? |
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
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
The text was updated successfully, but these errors were encountered: