Skip to content

Commit 501bc1c

Browse files
committed
Add Apache mod_unique_id UNIQUE_ID to server whitelist
1 parent 62a9815 commit 501bc1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ProfilingData.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function getProfilingData(array $profile)
4646
'REQUEST_TIME_FLOAT',
4747
'SERVER_ADDR',
4848
'SERVER_NAME',
49+
'UNIQUE_ID',
4950
);
5051

5152
$serverMeta = array_intersect_key($_SERVER, array_flip($allowedServerKeys));

0 commit comments

Comments
 (0)