1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02: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:
Raymond Hill 2020-11-26 05:43:14 -05:00
parent 60d5b85e41
commit 80413dff83
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -2348,7 +2348,7 @@ const FilterStrictParty = class {
}
logData(details) {
details.options.push(this.not ? '3P' : '1P');
details.options.push(this.not ? 'strict3p' : 'strict1p');
}
toSelfie() {