Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 7a6f804

Browse files
Remove Cloudflare __cfduid cookie configs (#20071)
* Remove Cloudflare __cfduid cookie configs This cookie is no longer set for any requests proxied via Cloudflare and thus the configs that were added for it can be removed. Further context from Cloudflare's blog: https://blog.cloudflare.com/deprecating-cfduid-cookie/ * Delete obsolete placehold.it rule The hosts related to placehold.it are no longer serving a valid certificate so the https rule for them no longer makes sense.
1 parent ecbae65 commit 7a6f804

File tree

5 files changed

+4
-29
lines changed

5 files changed

+4
-29
lines changed

src/chrome/content/rules/Freegeoip.net.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<target host="www.freegeoip.net" />
77

88

9-
<securecookie host="^\.freegeoip\.net$" name="^(?:__cfuid|cf_clearance)$" />
9+
<securecookie host="^\.freegeoip\.net$" name="^cf_clearance$" />
1010

1111

1212
<rule from="^http:"

src/chrome/content/rules/OkCimg.com.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fetch error: http://ads.okcimg.com/ => https://ads.okcimg.com/: (28, 'Operation
3030

3131
<!-- Not secured by server:
3232
-->
33-
<!--securecookie host="^\.okcimg\.com$" name="^(__cfuid|cf_clearance|guest)$" /-->
33+
<!--securecookie host="^\.okcimg\.com$" name="^(cf_clearance|guest)$" /-->
3434

3535
<securecookie host="^\.okcimg\.com$" name=".+" />
3636

src/chrome/content/rules/Pando.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- CloudFlare cookies:
1414
-->
15-
<!--securecookie host="^\.pando\.com$" name="^(?:__cfuid|cf_clearance)$" /-->
15+
<!--securecookie host="^\.pando\.com$" name="^cf_clearance$" /-->
1616

1717
<securecookie host=".+" name=".+" />
1818

src/chrome/content/rules/Placehold.it.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/chrome/content/rules/WeUseCoins.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- CloudFlare cookies:
1414
-->
15-
<!--securecookie host="^\.weusecoins\.com$" name="^(__cfuid|cf_clearance)$" /-->
15+
<!--securecookie host="^\.weusecoins\.com$" name="^cf_clearance$" /-->
1616

1717
<securecookie host=".+" name=".+" />
1818

0 commit comments

Comments
 (0)