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(permission): check and request permission should ignore url port #147

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

njzydark
Copy link
Contributor

@njzydark njzydark commented Nov 21, 2023

The same cookie is shared by different ports of the same domain name. If a port is added when request permission, the urls of different ports of the same domain name cannot access the current cookie. For example, localhost:8080 requires the cookie of localhost

close #66
close #142
close #135

The same cookie is shared by different ports of the same domain name. If a port is added when request permission, the urls of different ports of the same domain name cannot access the current cookie. For example, localhost:8080 requires the cookie of localhost
@Moustachauve Moustachauve merged commit 65c76b2 into Moustachauve:master Feb 5, 2024
@Moustachauve
Copy link
Owner

Thank you for the contribution and sorry for the late approval.

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