bugbuster / contao-clienthints-request-bundle
Contao 4/5 client hints request bundle.
Fund package maintenance!
Other
Installs: 5 764
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- contao/core-bundle: ^4.13 || ^5.2
- symfony/deprecation-contracts: ^2.1 || ^3.0
Requires (Dev)
- contao/manager-plugin: ^2.0
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^8.5 || ^9.3
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-10-24 00:40:11 UTC
README
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:
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