Add datadome detection (#2505)

* Add datadome detection

Datadome is a piece of crap branded as a "Bot management solution",
used by a [lot of websites]( https://www.shodan.io/search?query=X-DataDome ),
preventing people using vpn, Tor, or a web browser without javascript support
(eg. used by some blind people) to access websites.

* Detect datadome via scripts too
main
jvoisin 6 years ago committed by Elbert Alias
parent 161a65eefd
commit ec56589c26

@ -2344,6 +2344,22 @@
"icon": "Apple.svg",
"website": "https://opensource.apple.com"
},
"Datadome": {
"cats": [
19
],
"cookies": {
"datadome": ""
},
"script": "^https://ct\\.datadome\\.co/[a-z]\\.js$",
"headers": {
"X-DataDome": "",
"Server": "^DataDome$",
"X-DataDome-CID": ""
},
"icon": "datadome.png",
"website": "https://datadome.co/"
},
"DataLife Engine": {
"cats": [
1

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Loading…
Cancel
Save