We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97aca3e commit 5867f74Copy full SHA for 5867f74
cloudflare/workers.js
@@ -3,7 +3,7 @@
3
// applied after this worker runs.
4
5
// When any cookie in this list is present in the request, cache will be skipped
6
-const PRIVATE_COOKIES = ['sessionid'];
+const PRIVATE_COOKIES = ['sessionid', 'csrftoken'];
7
8
// These querystring keys are stripped from the request as they are generally not
9
// needed by the origin.
0 commit comments