We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ca796 commit b9700a2Copy full SHA for b9700a2
src/main/modules/content-blocker.ts
@@ -89,8 +89,6 @@ class ContentBlocker {
89
if (!browser) return;
90
91
const contentBlocker = getSettingValueById("contentBlocker") as string | undefined;
92
- if (!contentBlocker) return;
93
-
94
const profiles = browser.getLoadedProfiles();
95
96
switch (contentBlocker) {
0 commit comments