Skip to content

Commit efa0ec2

Browse files
Add ch-fresh-param on redirect
1 parent b98a024 commit efa0ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GateKeeper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private function sanitizeURL ($url, $get)
8989
}
9090

9191
$remaining_query_parameters = array_diff($get, $ch_params_to_remove);
92-
92+
$remaining_query_parameters['ch-fresh'] = uniqid();
9393
if (Count($remaining_query_parameters) > 0) {
9494
$this->url = $this->url .= '?' . http_build_query($remaining_query_parameters);
9595
}

0 commit comments

Comments
 (0)