Skip to content

Commit

Permalink
Add another known fingerprinting host
Browse files Browse the repository at this point in the history
Following up on #2891
  • Loading branch information
ghostwords committed Apr 21, 2023
1 parent b1ccff6 commit 80b47b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/webrequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ function onBeforeRequest(details) {
if (action == constants.COOKIEBLOCK || action == constants.USER_COOKIEBLOCK) {
if (request_host == 'cdn.jsdelivr.net' ||
request_host == 'cdnjs.cloudflare.com' ||
request_host == 'd1af033869koo7.cloudfront.net' ||
request_host == 'd38xvr37kwwhcm.cloudfront.net' ||
request_host == 'd.alicdn.com' ||
request_host == 'gadasource.storage.googleapis.com' ||
Expand Down

0 comments on commit 80b47b2

Please sign in to comment.