Implement PlayStation app WebMAF detection (#649)

* Add support for `WebMAF` detection on Playstation

* Extend `WebMAF` support for PlayStation 5

* Update changelog
This commit is contained in:
Andreas Kogler
2023-08-20 09:25:56 +02:00
committed by GitHub
parent 420bf1066c
commit 5948060729
3 changed files with 22 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
- What's breaking:
- Browser detection on mobile device: `"Chrome" => "Mobile Chrome"`, `"Firefox" => "Mobile Firefox"`
- OS detection: `"Mac OS" => "macOS"`, `"Chromium OS" => "Chrome OS"`
- Apps on PlayStation 4/5 now report `WebMAF` instead of `WebKit` for `browser.name` and the `WebMAF`-version in `browser.version`
- What's new:
- Add some new methods in result object:
- Add support for client hints: `withClientHints()`