diff --git a/src/drivers/webextension/images/icons/ID5.svg b/src/drivers/webextension/images/icons/ID5.svg new file mode 100644 index 000000000..a5b59bed4 --- /dev/null +++ b/src/drivers/webextension/images/icons/ID5.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/i.json b/src/technologies/i.json index 3399fdfdb..52ea4a810 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -31,6 +31,26 @@ "icon": "IBM.svg", "website": "https://ibm.com/software/webservers/httpservers" }, + "ID5": { + "cats": [ + 36 + ], + "description": "ID5 is a company that offers an identity solution for digital advertising, providing a Universal ID that enables privacy-compliant user recognition and tracking across websites without relying on personal information or third-party cookies.", + "saas": true, + "icon": "ID5.svg", + "website": "https://id5.io/", + "scriptSrc": [ + "^https://(?:cdn\\.)?id5-sync\\.com/" + ], + "xhr": ".*id5-sync\\.com", + "cookies": { + "id5": "" + }, + "js": { + "ID5._version": "^(.+)$\\;version:\\1", + "__id5_instances": "" + } + }, "IIS": { "cats": [ 22 @@ -1637,4 +1657,4 @@ "saas": true, "website": "https://www.iyzico.com" } -} \ No newline at end of file +}