Skip to content

Commit

Permalink
Version bump and added cloudFrontHttpHeaders key.
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanghita committed Oct 15, 2023
1 parent 84a7630 commit 253bedd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MobileDetect.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.8.02",
"version": "4.8.03",
"headerMatch": {
"HTTP_ACCEPT": {
"matches": [
Expand Down Expand Up @@ -37,6 +37,11 @@
"HTTP_DEVICE_STOCK_UA",
"HTTP_X_UCBROWSER_DEVICE_UA"
],
"cloudFrontHttpHeaders": [
"HTTP_CLOUDFRONT_IS_MOBILE_VIEWER",
"HTTP_CLOUDFRONT_IS_TABLET_VIEWER",
"HTTP_CLOUDFRONT_IS_DESKTOP_VIEWER"
],
"uaMatch": {
"phones": {
"iPhone": "\\biPhone\\b|\\biPod\\b",
Expand Down

0 comments on commit 253bedd

Please sign in to comment.