Skip to content

Commit 612a444

Browse files
Release build 4.25.0 [ci release]
1 parent 6ec1ebb commit 612a444

File tree

11 files changed

+6254
-6841
lines changed

11 files changed

+6254
-6841
lines changed

Sources/ContentScopeScripts/dist/contentScope.js

Lines changed: 25 additions & 332 deletions
Large diffs are not rendered by default.

Sources/ContentScopeScripts/dist/contentScopeIsolated.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@
375375
'fingerprintingAudio',
376376
'fingerprintingBattery',
377377
'fingerprintingCanvas',
378-
'cookie',
379378
'googleRejected',
380379
'gpc',
381380
'fingerprintingHardware',
@@ -389,6 +388,7 @@
389388

390389
const otherFeatures = /** @type {const} */([
391390
'clickToLoad',
391+
'cookie',
392392
'windowsPermissionUsage',
393393
'webCompat',
394394
'duckPlayer',
@@ -410,19 +410,23 @@
410410
'clickToLoad'
411411
],
412412
windows: [
413+
'cookie',
413414
...baseFeatures,
414415
'windowsPermissionUsage',
415416
'duckPlayer'
416417
],
417418
firefox: [
419+
'cookie',
418420
...baseFeatures,
419421
'clickToLoad'
420422
],
421423
chrome: [
424+
'cookie',
422425
...baseFeatures,
423426
'clickToLoad'
424427
],
425428
'chrome-mv3': [
429+
'cookie',
426430
...baseFeatures,
427431
'clickToLoad'
428432
],

0 commit comments

Comments
 (0)