Skip to content

Commit

Permalink
Determine defaults false for non-quant requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Jul 23, 2023
1 parent 1694a6b commit f022c6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function determine(Request $request, Response $response) {
// possible - we don't want to add a huge performance burden to
// begin tracking pages to cachetags.
if (!$request->headers->has('quant-token')) {
return TRUE;
return FALSE;
}

// Allow paths to be excluded from the traffic repository.
Expand Down

0 comments on commit f022c6a

Please sign in to comment.