We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a6c3a commit a914c9aCopy full SHA for a914c9a
src/default.js
@@ -838,7 +838,10 @@
838
839
/** if uniques **/
840
// We set unique variable based on pushstate or back navigation, if no match we check the referrer
841
- page.unique = isPushState || userNavigated ? falseVar : !sameSite;
+ page.unique =
842
+ /__cf_chl_tk/i.test(getReferrer()) || isPushState || userNavigated
843
+ ? falseVar
844
+ : !sameSite;
845
/** endif **/
846
847
/** if metadata **/
0 commit comments