Skip to content

Commit 80413df

Browse files
committed
Fix forgotton instances of 1P/3P
Related commit: - 60d5b85 Related issue: - uBlockOrigin/uBlock-issues#1362
1 parent 60d5b85 commit 80413df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/static-net-filtering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2348,7 +2348,7 @@ const FilterStrictParty = class {
23482348
}
23492349

23502350
logData(details) {
2351-
details.options.push(this.not ? '3P' : '1P');
2351+
details.options.push(this.not ? 'strict3p' : 'strict1p');
23522352
}
23532353

23542354
toSelfie() {

0 commit comments

Comments
 (0)