mirror of https://github.com/gorhill/uBlock.git
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
|
@ -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 New Issue