Skip to content

fix hints detection, because "" #7050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 10, 2022
Merged

fix hints detection, because "" #7050

merged 8 commits into from
Mar 10, 2022

Conversation

Nevercold
Copy link
Contributor

@Nevercold Nevercold commented Mar 10, 2022

Description:

Detection error fixed.
Remove the "" from the Value

#6989

Review

@Nevercold

This comment was marked as outdated.

README.md Outdated
@@ -44,6 +44,10 @@ use DeviceDetector\Parser\Device\AbstractDeviceParser;
// for other options see VERSION_TRUNCATION_* constants in DeviceParserAbstract class
AbstractDeviceParser::setVersionTruncation(AbstractDeviceParser::VERSION_TRUNCATION_NONE);

// needed for clientHints
header('Accept-CH: Sec-CH-UA-Full-Version, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version, Sec-CH-UA-Model, Sec-CH-UA-Arc', true);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a missing h Sec-CH-UA-Arc to Sec-CH-UA-Arch

@sgiehl sgiehl enabled auto-merge (squash) March 10, 2022 14:11
@sgiehl sgiehl merged commit 646cbeb into matomo-org:master Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants