Added TikTok as user-client
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -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"]
|
||||
|
||||
BIN
img/clients.png
BIN
img/clients.png
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user