Skip to content

Commit

Permalink
Exceptions for first party
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed May 9, 2024
1 parent 7c4f001 commit 183a6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-manifest-v3/src/background/exceptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async function convertExceptionsToFilters(exceptions) {
if (blockedByDefault) {
blockFilters.push(
...pattern.domains
.map((domain) => `||${domain}^$third-party`)
.map((domain) => `||${domain}^`)
.map((filter) => parseFilter(filter)),
);
}
Expand Down

0 comments on commit 183a6d3

Please sign in to comment.