Skip to content

Commit

Permalink
Fix forgotton instances of 1P/3P
Browse files Browse the repository at this point in the history
Related commit:
- 60d5b85

Related issue:
- uBlockOrigin/uBlock-issues#1362
  • Loading branch information
gorhill committed Nov 26, 2020
1 parent 60d5b85 commit 80413df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/static-net-filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@ const FilterStrictParty = class {
}

logData(details) {
details.options.push(this.not ? '3P' : '1P');
details.options.push(this.not ? 'strict3p' : 'strict1p');
}

toSelfie() {
Expand Down

0 comments on commit 80413df

Please sign in to comment.