We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
agentzero::getHints()
1 parent 4c41271 commit e03448dCopy full SHA for e03448d
1 file changed
src/agentzero.php
@@ -161,6 +161,7 @@ public static function getHints(?array $headers = null) : array {
161
foreach ($headers AS $key => $item) {
162
$values[\strtoupper(\str_replace('-', '_', $key))] = $item;
163
}
164
+ $prefix = '';
165
166
$hints = [
167
'sec-ch-ua-mobile',
0 commit comments