mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix forgotton instances of 1P/3P
Related commit:
- 60d5b85e41
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1362
This commit is contained in:
parent
60d5b85e41
commit
80413dff83
1 changed files with 1 additions and 1 deletions
|
|
@ -2348,7 +2348,7 @@ const FilterStrictParty = class {
|
|||
}
|
||||
|
||||
logData(details) {
|
||||
details.options.push(this.not ? '3P' : '1P');
|
||||
details.options.push(this.not ? 'strict3p' : 'strict1p');
|
||||
}
|
||||
|
||||
toSelfie() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue