We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Step 2.2 in the schemelessly same site algorithm states "If hostA equal hostB, and hostA's registrable domain is non-null, then return true."
This step seems as if it would make more sense if it were instead "If hostA equal hostB, and hostA's registrable domain is null, then return true."
The text was updated successfully, but these errors were encountered:
For example: if the origins are both the same IP address they should be same site with each other.
Sorry, something went wrong.
Ensure schemelessly same-site handles non-domains well
017e8ef
Fixes #5281.
4970db0
Successfully merging a pull request may close this issue.
Step 2.2 in the schemelessly same site algorithm states
"If hostA equal hostB, and hostA's registrable domain is non-null, then return true."
This step seems as if it would make more sense if it were instead
"If hostA equal hostB, and hostA's registrable domain is null, then return true."
The text was updated successfully, but these errors were encountered: