Skip to content

Commit 4924174

Browse files
committed
Test for all Cloudflare params
1 parent de31383 commit 4924174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
/** if uniques **/
840840
// We set unique variable based on pushstate or back navigation, if no match we check the referrer
841841
page.unique =
842-
/__cf_chl_tk/i.test(getReferrer()) || isPushState || userNavigated
842+
/__cf_/i.test(getReferrer()) || isPushState || userNavigated
843843
? falseVar
844844
: !sameSite;
845845
/** endif **/

0 commit comments

Comments
 (0)