diff --git a/admin.css b/admin.css index 1f263bb..7bcf19e 100644 --- a/admin.css +++ b/admin.css @@ -106,6 +106,7 @@ &.cl_chatgpt::before { background-position-y: -460px } &.cl_meta::before { background-position-y: -480px } &.cl_yahoolp::before { background-position-y: -500px } + &.cl_tiktok::before { background-position-y: -520px } &.cl_other::before { background-image: url('img/more.svg') } /* Country flags */ @@ -391,7 +392,6 @@ &.sb_srvtck::before { background-position-y: -100px } &.sb_logtck::before { background-position-y: -120px } &.sb_srvlogtck::before { background-position-y: -140px } - } .page_icon { diff --git a/config/default-config.json b/config/default-config.json index 56cff40..946ecac 100644 --- a/config/default-config.json +++ b/config/default-config.json @@ -69,7 +69,7 @@ "id": "langMatch", "desc": "Client’s ‘Accept-Language’ header does not match the page language", "bot": 30 }, - {"func": "matchesClient", "params": ["whatsapp","applemsgs","goognblm"], + {"func": "matchesClient", "params": ["whatsapp","applemsgs","goognblm","tiktok"], "id": "previewClient", "desc": "User-triggered bot load (e.g. preview)", "bot": -120 } diff --git a/config/known-bots.json b/config/known-bots.json index d572535..907b361 100644 --- a/config/known-bots.json +++ b/config/known-bots.json @@ -256,12 +256,6 @@ "rx": ["TerraCotta"], "url": "https://github.com/CeramicTeam/CeramicTerracotta" }, - {"id": "tiktok", - "n": "TikTok Spider", "geo": "CN", - "r": ["TikTokSpider"], - "rx": ["TikTokSpider"], - "url": "https://darkvisitors.com/agents/tiktokspider" - }, {"id": "halobot", "n": "HaloBot", "geo": "FR", "r": ["HaloBot"], diff --git a/config/known-clients.json b/config/known-clients.json index 0e8a4f0..0a46f4e 100644 --- a/config/known-clients.json +++ b/config/known-clients.json @@ -95,6 +95,10 @@ "id": "applemsgs", "rx": ["Facebot Twitterbot\\/(\\d\\.\\d)"] }, + {"n": "TikTok", + "id": "tiktok", + "rx": ["TikTokSpider;"] + }, {"n": "Google NotebookLM", "id": "goognblm", "rx": ["Google-NotebookLM"] diff --git a/img/clients.png b/img/clients.png index e1d6965..5b67b55 100644 Binary files a/img/clients.png and b/img/clients.png differ