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

Force set list values to false on Site initialization #2203

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

sammacbeth
Copy link
Collaborator

When recreating a Site object with an existing TabState object, we were not resetting allow- and deny-list values when the URL changed. This means that an allowlisted site would have that state persisted to other sites after a navigation.

We can fix this by force setting the value to false when creating the Site object.

When recreating a Site object with an existing TabState object, we were not resetting allow- and deny-list values when the URL changed.
This means that the an allowlisted site would have that state persisted to other sites after a navigation.

We can fix this by force setting the value to false when creating the Site object.
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.

2 participants