Skip to content

Commit

Permalink
Ignore another Cloudflare cookie
Browse files Browse the repository at this point in the history
Short-lived (30 mins) "bot management" cookie.
Related to #1545
  • Loading branch information
ghostwords committed Mar 31, 2020
1 parent 1d8053f commit 9a76566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/heuristicblocking.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@ function hasCookieTracking(details, origin) {
}

// ignore CloudFlare
if (name == "__cfduid") {
// https://support.cloudflare.com/hc/en-us/articles/200170156-Understanding-the-Cloudflare-Cookies
if (name == "__cfduid" || name == "__cf_bm") {
continue;
}

Expand Down

0 comments on commit 9a76566

Please sign in to comment.