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

Stop removing is-mutation-observer-enabled #2449

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

kylegundersen
Copy link
Contributor

This prevents sendSync from locking the application when no listener is available.

This prevents sendSync from locking the application when no listener is available.
@@ -110,7 +110,6 @@ export class BlockingContext {
if (this.blocker.config.loadCosmeticFilters === true) {
this.session.setPreloads(this.session.getPreloads().filter((p) => p !== PRELOAD_PATH));
ipcMain.removeListener('get-cosmetic-filters', this.onGetCosmeticFilters);
ipcMain.removeListener('is-mutation-observer-enabled', this.onIsMutationObserverEnabled);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we maybe add a comment here so that we know we have to do something about it eventually?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In any case I'm gonna merge and publish this and we can revisit soon hopefully.

@remusao remusao merged commit 8a14af6 into ghostery:master Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Bug Fix 🐛 Increment patch version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants