bugbuster/contao-clienthints-request-bundle

Contao 4/5 client hints request bundle.

Fund package maintenance!
Other

Installs: 3 402

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:contao-bundle

1.0.0 2023-08-23 22:13 UTC

This package is auto-updated.

Last update: 2024-04-23 23:40:56 UTC


README

Latest Stable Version Contao Version Contao Version License

About

Requesting HTTP Client Hints via server-side header entry "Accept-CH: Sec-CH-UA...."

With the next request from the browser, the client hints are then sent in the header (more than without Client Hints request).
Example:

Key Value
sec-ch-ua ""Chromium";v="116", "Not)A;Brand";v="24", "Google Chrome";v="116""
sec-ch-ua-full-version ""116.0.5845.110""
sec-ch-ua-mobile "?0"
sec-ch-ua-model """"
sec-ch-ua-platform ""Windows""
sec-ch-ua-platform-version ""13.0.0""

Hint: sec-ch-ua-platform-version values between 1.0.0 and 10.0.0 indicate Windows 10, 13.0.0 and above Windows 11.
In Linux (sec-ch-ua-platform: ""Linux""), the sec-ch-ua-platform-version is the kernel version.

Currently, only the browsers Microsoft Edge, Google Chrome and Opera support this.

Installation

Installation Guide (EN): INSTALLATION_EN.md

Installationsanleitung (DE): INSTALLATION_DE.md