diff --git a/admin.css b/admin.css index f057d64..7ebcd04 100644 --- a/admin.css +++ b/admin.css @@ -74,6 +74,7 @@ &.pf_hmos::before { background-position-y: -220px } &.pf_tizen::before { background-position-y: -240px } &.pf_fire::before { background-position-y: -260px } + &.pf_app::before { background-position-y: -280px } &.pf_other::before { background-image: url('img/more.svg') } /* browser icons */ diff --git a/config/default-config.json b/config/default-config.json index 15dfdbf..1ef5051 100644 --- a/config/default-config.json +++ b/config/default-config.json @@ -27,11 +27,11 @@ }, {"func": "noRecord", "params": ["log"], "id": "noClient", "desc": "No client-side JS log was recorded", - "bot": 40 + "bot": 50 }, {"func": "noRecord", "params": ["tck"], "id": "noTicks", "desc": "No client ticks were recorded", - "bot": 10 + "bot": 20 }, {"func": "noReferrer", "id": "noRefs", "desc": "No referer field", diff --git a/config/known-platforms.json b/config/known-platforms.json index 46e6c51..c8aebdc 100644 --- a/config/known-platforms.json +++ b/config/known-platforms.json @@ -54,5 +54,9 @@ {"n": "Windows Server", "id": "winsrvr", "rx": [ "Windows Server (\\d+)[\\s\\);,\\.]"] + }, + {"n": "App", + "id": "app", + "rx": [ "WhatsApp/(\\d+\\.\\d+)", "Facebot Twitterbot\\/(\\d\\.\\d)", "Google-NotebookLM"] } ] \ No newline at end of file diff --git a/img/platforms.png b/img/platforms.png index 02a43bf..40fa155 100644 Binary files a/img/platforms.png and b/img/platforms.png differ