From 6253e0f8530d794bd63f6d12c82c9a4ce97eec51 Mon Sep 17 00:00:00 2001 From: jellizaveta Date: Thu, 5 Oct 2023 20:04:19 +0300 Subject: [PATCH 01/29] add feature request template --- .github/ISSUE_TEMPLATE/feature_request.yml | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..b621d607 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,44 @@ +name: Feature request +description: Suggest an idea for AdGuard Filters +labels: ["Feature Request"] +body: + - type: checkboxes + attributes: + label: Prerequisites + description: | + Please answer the following questions for yourself before submitting the feature request. + options: + - label: I checked the documentation and found no answer; + required: true + - label: I checked to make sure that this issue has not already been filed; + required: true + - label: This is not a report to update the database. + required: true + + - type: textarea + id: problem + attributes: + label: Problem description + placeholder: | + Is your feature request related to a problem? + Please add a simple and clear description of the problem. + validations: + required: true + + - type: textarea + id: solution + attributes: + label: Proposed solution + placeholder: | + Suggest a possible solution in a clear and concise manner. + validations: + required: true + + - type: textarea + id: additional + attributes: + label: Additional information + placeholder: | + Add any other context about the problem here. + validations: + required: false \ No newline at end of file From e27cbce9a29615e2e789d17a28c1fab9dc7b055a Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:43:08 +1000 Subject: [PATCH 02/29] Add tizenservice.com --- source/trackers.json | 1 + 1 file changed, 1 insertion(+) diff --git a/source/trackers.json b/source/trackers.json index c6168b30..cbcbd051 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -1581,6 +1581,7 @@ "secmobilesvc.com": "samsungmobile", "internetat.tv": "samsungtv", "samsungcloud.tv": "samsungtv", + "tizenservice.com": "samsungtv", "samsungsds.com": "samsungsds", "push.samsungosp.com": "samsungpush", "pushmessage.samsung.com": "samsungpush", From 066a1f4c9c1d13a0155f847d72b7674209a87288 Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:00:08 +1000 Subject: [PATCH 03/29] Add appsflyersdk.com --- source/trackers.json | 1 + 1 file changed, 1 insertion(+) diff --git a/source/trackers.json b/source/trackers.json index c6168b30..2b68d37d 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -1068,6 +1068,7 @@ "applvn.com": "applovin", "applovin.com": "applovin", "appsflyer.com": "appsflyer", + "appsflyersdk.com": "appsflyer", "bitbucket.org": "atlassian.net", "jira.com": "atlassian.net", "ss-inf.net": "atlassian.net", From b31df6d11755899d10b1d33638cbdc16c14f86a4 Mon Sep 17 00:00:00 2001 From: jellizaveta Date: Fri, 6 Oct 2023 16:18:05 +0300 Subject: [PATCH 04/29] changed repo name --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b621d607..441383ff 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: Feature request -description: Suggest an idea for AdGuard Filters +description: Suggest an idea for Companies DB labels: ["Feature Request"] body: - type: checkboxes From a4229090f99e914f79cdf469b2e5045afe224e85 Mon Sep 17 00:00:00 2001 From: GH action Date: Fri, 6 Oct 2023 13:26:29 +0000 Subject: [PATCH 05/29] Auto-update --- dist/companies.json | 2 +- dist/trackers.json | 2 +- dist/whotracksme.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index 2f0a89f5..5eb6345c 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-01T00:10:03.063Z", + "timeUpdated": "2023-10-06T13:26:29.276Z", "companies": { "163": { "name": "163", diff --git a/dist/trackers.json b/dist/trackers.json index ecec9c18..bc30d0f0 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-01T00:10:03.063Z", + "timeUpdated": "2023-10-06T13:26:29.276Z", "categories": { "0": "audio_video_player", "1": "comments", diff --git a/dist/whotracksme.json b/dist/whotracksme.json index 9081f6a5..2800fb17 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-01T00:10:03.063Z", + "timeUpdated": "2023-10-06T13:26:29.276Z", "categories": { "0": "audio_video_player", "1": "comments", From fa38290fa8f7aef0488b441ba50fa5b26a9de332 Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sat, 7 Oct 2023 06:23:53 +1000 Subject: [PATCH 06/29] Change Adobe parent organisation --- source/companies.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/companies.json b/source/companies.json index c63e5bf4..0354517f 100644 --- a/source/companies.json +++ b/source/companies.json @@ -11,6 +11,11 @@ "websiteUrl": "https://adguard.com/", "description": "AdGuard offers apps for Android, iOS, Windows, and Mac. With them, you can block ads in browsers and apps, prevent websites and companies from tracking you, and protect yourself from phishing and malware." }, + "adobe": { + "name": "Adobe Inc.", + "websiteUrl": "http://www.adobe.com/", + "description": "Adobe provides digital media and digital marketing solutions." + }, "advance": { "name": "Advance Publications, Inc.", "websiteUrl": "https://www.advance.com/", From 13aca0d5af82354448ecef3a472b1fdcb20ec8c1 Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sat, 7 Oct 2023 06:33:46 +1000 Subject: [PATCH 07/29] Add cloudflarestream.com --- source/trackers.json | 1 + 1 file changed, 1 insertion(+) diff --git a/source/trackers.json b/source/trackers.json index c6168b30..bd827d64 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -1093,6 +1093,7 @@ "cloudflareresolve.com": "cloudflare", "cloudflaressl.com": "cloudflare", "cloudflarestatus.com": "cloudflare", + "cloudflarestream.com": "cloudflare", "pacloudflare.com": "cloudflare", "sn-cloudflare.com": "cloudflare", "crashlytics.com": "crashlytics", From bfa8bdf6c1bbb29df4ded5cdd250dca784e5dee2 Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sat, 7 Oct 2023 06:36:06 +1000 Subject: [PATCH 08/29] Add videodelivery.net --- source/trackers.json | 1 + 1 file changed, 1 insertion(+) diff --git a/source/trackers.json b/source/trackers.json index bd827d64..3b96f1fd 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -1096,6 +1096,7 @@ "cloudflarestream.com": "cloudflare", "pacloudflare.com": "cloudflare", "sn-cloudflare.com": "cloudflare", + "videodelivery.net": "cloudflare", "crashlytics.com": "crashlytics", "phicdn.net": "digicert_trust_seal", "domain.glass": "domainglass", From 4c1f5eeb69e7996e43ed3f830916ad8776fc9a99 Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sat, 7 Oct 2023 06:37:49 +1000 Subject: [PATCH 09/29] Fix Cloudflare company name --- source/companies.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/companies.json b/source/companies.json index c63e5bf4..52d03d30 100644 --- a/source/companies.json +++ b/source/companies.json @@ -71,6 +71,11 @@ "websiteUrl": "https://canonical.com/", "description": "Canonical makes open source secure, reliable and easy to use, providing support for Ubuntu and a portfolio of enterprise-grade technologies." }, + "cloudflare": { + "name": "Cloudflare, Inc.", + "websiteUrl": "https://www.cloudflare.com/", + "description": "Cloudflare is a web performance and security company that provides online services to protect and accelerate websites online. " + }, "domainglass": { "name": "Domain Glass", "websiteUrl": "https://domain.glass/", From 07b783a4a124568ab05acedb67c8a307c78ce41f Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sat, 7 Oct 2023 06:56:41 +1000 Subject: [PATCH 10/29] Fix Netflix company name --- source/companies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/companies.json b/source/companies.json index c63e5bf4..47630240 100644 --- a/source/companies.json +++ b/source/companies.json @@ -192,7 +192,7 @@ "description": "National Australia Bank is one of the four largest financial institutions in Australia in terms of market capitalisation, earnings and customers." }, "netflix": { - "name": "Netflix", + "name": "Netflix, Inc.", "websiteUrl": "https://www.netflix.com/", "description": "Netflix is a streaming service that offers a wide variety of award-winning TV shows, movies, anime, documentaries, and more on thousands of internet-connected devices." }, From e5cec72e79d93f58a585954ac3d94e153c505f3b Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sat, 7 Oct 2023 07:02:09 +1000 Subject: [PATCH 11/29] Fix ABC parent organisation --- source/companies.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/companies.json b/source/companies.json index c63e5bf4..b3d8a628 100644 --- a/source/companies.json +++ b/source/companies.json @@ -1,10 +1,10 @@ { "timeUpdated": "2022-04-13T08:24:53.623Z", "companies": { - "abc": { - "name": "Australian Broadcasting Corporation", - "websiteUrl": "https://www.abc.net.au/", - "description": "The Australian Broadcasting Corporation is the national broadcaster of Australia. It is principally funded by direct grants from the Australian Government and is administered by a government-appointed board." + "australian_government": { + "name": "Australian Government", + "websiteUrl": "https://www.australia.gov.au", + "description": "The Australian Government, also known as the Commonwealth Government, is the national government of Australia." }, "adguard": { "name": "AdGuard", From 2bc2bb1fdee654f8582164689b11f7a2a663d0d6 Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sat, 7 Oct 2023 07:10:04 +1000 Subject: [PATCH 12/29] Add Bureau of Meteorology --- source/trackers.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/trackers.json b/source/trackers.json index c6168b30..6ed108ba 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -24,7 +24,7 @@ "name": "Australian Broadcasting Corporation", "categoryId": 8, "url": "https://www.abc.net.au/", - "companyId": "abc" + "companyId": "australian_government" }, "adguard": { "name": "AdGuard", @@ -128,6 +128,12 @@ "url": "https://bitwarden.com/", "companyId": "bitwarden" }, + "bom": { + "name": "Bureau of Meteorology", + "categoryId": 9, + "url": "http://bom.gov.au/", + "companyId": "australian_government" + }, "branch": { "name": "Branch.io", "categoryId": 101, @@ -1077,6 +1083,7 @@ "trafficmanager.net": "azure", "binge.com.au": "binge", "bitwarden.com": "bitwarden", + "bom.gov.au": "bom", "mobileapptracking.com": "branch", "bttn.io": "button", "cloudflare-dns.com": "cloudflare", From 7fd55455bbd760f7cec789db076705b8568bd7c7 Mon Sep 17 00:00:00 2001 From: GH action Date: Sun, 8 Oct 2023 00:09:46 +0000 Subject: [PATCH 13/29] Auto-update --- dist/companies.json | 2 +- dist/trackers.json | 2 +- dist/whotracksme.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index 5eb6345c..91210d19 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-06T13:26:29.276Z", + "timeUpdated": "2023-10-08T00:09:45.691Z", "companies": { "163": { "name": "163", diff --git a/dist/trackers.json b/dist/trackers.json index bc30d0f0..2f6b44cc 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-06T13:26:29.276Z", + "timeUpdated": "2023-10-08T00:09:45.691Z", "categories": { "0": "audio_video_player", "1": "comments", diff --git a/dist/whotracksme.json b/dist/whotracksme.json index 2800fb17..5f9a8c9f 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-06T13:26:29.276Z", + "timeUpdated": "2023-10-08T00:09:45.691Z", "categories": { "0": "audio_video_player", "1": "comments", From 035c7d53d87a99be19fb46c2a4051f054994a18d Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:27:39 +1000 Subject: [PATCH 14/29] add pubsub.plex.bz --- source/trackers.json | 1 + 1 file changed, 1 insertion(+) diff --git a/source/trackers.json b/source/trackers.json index c6168b30..1e3072d4 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -1530,6 +1530,7 @@ "perfops.io": "perfops", "plex.tv": "plex", "plex.direct": "plex", + "pubsub.plex.bz": "plex", "qualcomm.com": "qualcomm", "gpsonextra.net":"qualcomm_location_service", "izatcloud.net":"qualcomm_location_service", From d9c3f4ed2fa9104fb9b1b94835fba117d8eb20ef Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:30:45 +1000 Subject: [PATCH 15/29] Revert "add pubsub.plex.bz" This reverts commit 035c7d53d87a99be19fb46c2a4051f054994a18d. --- source/trackers.json | 1 - 1 file changed, 1 deletion(-) diff --git a/source/trackers.json b/source/trackers.json index 1e3072d4..c6168b30 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -1530,7 +1530,6 @@ "perfops.io": "perfops", "plex.tv": "plex", "plex.direct": "plex", - "pubsub.plex.bz": "plex", "qualcomm.com": "qualcomm", "gpsonextra.net":"qualcomm_location_service", "izatcloud.net":"qualcomm_location_service", From 2e8fe3eb7ab44724a007e168c0a5d88a227f6f6d Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:32:42 +1000 Subject: [PATCH 16/29] Add plex.bz Multiple plex.bz domains have started appearing in my query logs when checking for Plex updates. --- source/trackers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/trackers.json b/source/trackers.json index c6168b30..4fb61f62 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -1528,8 +1528,9 @@ "outlook.com": "outlook", "oztam.com.au": "oztam", "perfops.io": "perfops", - "plex.tv": "plex", + "plex.bz": "plex", "plex.direct": "plex", + "plex.tv": "plex", "qualcomm.com": "qualcomm", "gpsonextra.net":"qualcomm_location_service", "izatcloud.net":"qualcomm_location_service", From c740ec9e8a60fc94050006e93674b7b8f8586d6a Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:37:23 +1000 Subject: [PATCH 17/29] Add parent organisation for Let's Encrypt --- source/companies.json | 10 +++++----- source/trackers.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/companies.json b/source/companies.json index c63e5bf4..092d56a8 100644 --- a/source/companies.json +++ b/source/companies.json @@ -121,6 +121,11 @@ "websiteUrl": "https://www.iqiyi.com/", "description": "iQiyi is a Chinese ad-supported television and movie portal providing fully-licensed, high-definition, professionally produced content" }, + "isrg": { + "name": "Internet Security Research Group", + "websiteUrl": "https://www.abetterinternet.org", + "description": "Digital infrastructure for a more secure and privacy-respecting world." + }, "karambasecurity": { "name": "Karamba Security", "websiteUrl": "https://karambasecurity.com/", @@ -131,11 +136,6 @@ "websiteUrl": "https://kik.com/", "description": "Kik Messenger, commonly called Kik, is a freeware instant messaging mobile app from the Canadian company Kik Interactive, available on iOS and Android operating systems." }, - "lets_encrypt": { - "name": "Let's Encrypt", - "websiteUrl": "https://letsencrypt.org/", - "description": "Let's Encrypt is a non-profit certificate authority run by Internet Security Research Group that provides X.509 certificates for Transport Layer Security encryption at no charge." - }, "lgcorp": { "name": "LG Group", "websiteUrl": "https://www.lgcorp.com/", diff --git a/source/trackers.json b/source/trackers.json index c6168b30..59de5e3d 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -462,7 +462,7 @@ "name": "Let's Encrypt", "categoryId": 5, "url": "https://letsencrypt.org/", - "companyId": "lets_encrypt" + "companyId": "isrg" }, "lgads": { "name": "LG Ad Solutions", From fc0ea33073897e024218a8d7658e5444f4f13d42 Mon Sep 17 00:00:00 2001 From: GH action Date: Tue, 10 Oct 2023 10:30:20 +0000 Subject: [PATCH 18/29] Auto-update --- dist/companies.json | 2 +- dist/trackers.csv | 2 ++ dist/trackers.json | 4 +++- dist/whotracksme.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index 91210d19..02e56b44 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-08T00:09:45.691Z", + "timeUpdated": "2023-10-10T10:30:20.049Z", "companies": { "163": { "name": "163", diff --git a/dist/trackers.csv b/dist/trackers.csv index 46d748ef..ffc89393 100644 --- a/dist/trackers.csv +++ b/dist/trackers.csv @@ -691,6 +691,7 @@ appmetrx.com;appmetrx;4 adnxs.com;appnexus;4 adnxs.net;appnexus;4 appsflyer.com;appsflyer;101 +appsflyersdk.com;appsflyer;101 adne.tv;apptv;4 readserver.net;apptv;4 www.apture.com;apture;2 @@ -3870,6 +3871,7 @@ ssp.samsung.com;samsungpush;8 samsungsds.com;samsungsds;10 internetat.tv;samsungtv;15 samsungcloud.tv;samsungtv;15 +tizenservice.com;samsungtv;15 ilsemedia.nl;sanoma.fi;4 sanoma.fi;sanoma.fi;4 d13im3ek7neeqp.cloudfront.net;sap_crm;6 diff --git a/dist/trackers.json b/dist/trackers.json index 2f6b44cc..d1970bf4 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-08T00:09:45.691Z", + "timeUpdated": "2023-10-10T10:30:20.049Z", "categories": { "0": "audio_video_player", "1": "comments", @@ -20717,6 +20717,7 @@ "adnxs.com": "appnexus", "adnxs.net": "appnexus", "appsflyer.com": "appsflyer", + "appsflyersdk.com": "appsflyer", "adne.tv": "apptv", "readserver.net": "apptv", "www.apture.com": "apture", @@ -23896,6 +23897,7 @@ "samsungsds.com": "samsungsds", "internetat.tv": "samsungtv", "samsungcloud.tv": "samsungtv", + "tizenservice.com": "samsungtv", "ilsemedia.nl": "sanoma.fi", "sanoma.fi": "sanoma.fi", "d13im3ek7neeqp.cloudfront.net": "sap_crm", diff --git a/dist/whotracksme.json b/dist/whotracksme.json index 5f9a8c9f..334b0e98 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-08T00:09:45.691Z", + "timeUpdated": "2023-10-10T10:30:20.049Z", "categories": { "0": "audio_video_player", "1": "comments", From a6810ac038c659975af427d7f3e38ae19d76d8e4 Mon Sep 17 00:00:00 2001 From: GH action Date: Tue, 10 Oct 2023 17:14:09 +0000 Subject: [PATCH 19/29] Auto-update --- dist/companies.json | 13 ++++--------- dist/trackers.csv | 1 + dist/trackers.json | 12 ++++++++++-- dist/whotracksme.json | 2 +- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index 02e56b44..4d09b4b6 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-10T10:30:20.049Z", + "timeUpdated": "2023-10-10T17:14:09.362Z", "companies": { "163": { "name": "163", @@ -179,12 +179,6 @@ "websiteUrl": "https://www.abtasty.com/us/", "description": "Our mission\\r\\nTo provide the most simple, intuitive and effective solutions, so that you can bring your own optimisation ideas to life and measure their impact, before mobilising technical resources for their final implementation.\\r\\n\\r\\nTo offer cross-device, open testing and personalisation solutions to provide your users with a seamless browsing experience, whatever kind of screen they are using, for effortless integration of third party solutions (e.g. web analytics solutions, tag management systems, data management platforms, etc.)\\r\\n\\r\\nTo offer local support so that you get the most from our solution throughout our collaboration, by providing you with testing ideas, by planning your roadmap, by ensuring its compliance and assisting you technically, if needed" }, - "abc": { - "name": "Australian Broadcasting Corporation", - "websiteUrl": "https://www.abc.net.au/", - "description": "The Australian Broadcasting Corporation is the national broadcaster of Australia. It is principally funded by direct grants from the Australian Government and is administered by a government-appointed board.", - "source": "AdGuard" - }, "accelia": { "name": "Accelia", "websiteUrl": "http://www.accelia.net/", @@ -1743,8 +1737,9 @@ }, "australian_government": { "name": "Australian Government", - "websiteUrl": "http://www.australia.gov.au/", - "description": null + "websiteUrl": "https://www.australia.gov.au", + "description": "The Australian Government, also known as the Commonwealth Government, is the national government of Australia.", + "source": "AdGuard" }, "auth0": { "name": "Auth0 Inc.", diff --git a/dist/trackers.csv b/dist/trackers.csv index ffc89393..052d0c49 100644 --- a/dist/trackers.csv +++ b/dist/trackers.csv @@ -901,6 +901,7 @@ qb.boldapps.net;bold;4 secure.apps.shappify.com;bold;4 boldchat.com;boldchat;2 boltdns.net;boltdns.net;11 +bom.gov.au;bom;9 ml314.com;bombora;6 bongacams.com;bongacams.com;3 bonial.com;bonial;2 diff --git a/dist/trackers.json b/dist/trackers.json index d1970bf4..bab4b82e 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-10T10:30:20.049Z", + "timeUpdated": "2023-10-10T17:14:09.362Z", "categories": { "0": "audio_video_player", "1": "comments", @@ -243,7 +243,7 @@ "name": "Australian Broadcasting Corporation", "categoryId": 8, "url": "https://www.abc.net.au/", - "companyId": "abc", + "companyId": "australian_government", "source": "AdGuard" }, "ablida": { @@ -3593,6 +3593,13 @@ "url": null, "companyId": null }, + "bom": { + "name": "Bureau of Meteorology", + "categoryId": 9, + "url": "http://bom.gov.au/", + "companyId": "australian_government", + "source": "AdGuard" + }, "bombora": { "name": "Bombora", "categoryId": 6, @@ -20927,6 +20934,7 @@ "secure.apps.shappify.com": "bold", "boldchat.com": "boldchat", "boltdns.net": "boltdns.net", + "bom.gov.au": "bom", "ml314.com": "bombora", "bongacams.com": "bongacams.com", "bonial.com": "bonial", diff --git a/dist/whotracksme.json b/dist/whotracksme.json index 334b0e98..725289a3 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-10T10:30:20.049Z", + "timeUpdated": "2023-10-10T17:14:09.362Z", "categories": { "0": "audio_video_player", "1": "comments", From 251946d2c6e4639f45faf93fc5f4626dcb753fff Mon Sep 17 00:00:00 2001 From: jellizaveta Date: Wed, 11 Oct 2023 14:51:47 +0300 Subject: [PATCH 20/29] add xiaomi data --- source/companies.json | 5 +++++ source/trackers.json | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/source/companies.json b/source/companies.json index b3d8a628..996d458e 100644 --- a/source/companies.json +++ b/source/companies.json @@ -331,6 +331,11 @@ "websiteUrl": "https://www.xenmedia.net/", "description": "Xen Media offers media planning, video production, digital marketing, SEO, social media marketing, website and app development services." }, + "xiaomi": { + "name": "Xiaomi Inc.", + "websiteUrl": "https://www.mi.com/", + "description": "Xiaomi is a Chinese designer and manufacturer of consumer electronics and related software, home appliances, and household hardware. " + }, "xhamster": { "name": "xHamster", "websiteUrl": "https://xhamster.com/", diff --git a/source/trackers.json b/source/trackers.json index 34aad5b8..0f16f3a8 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -878,6 +878,12 @@ "url": "https://www.xenmedia.net/", "companyId": "xenmedia" }, + "xiaomi": { + "name": "Xiaomi", + "categoryId": 8, + "url": "https://www.mi.com/", + "companyId": "xiaomi" + }, "xhamster": { "name": "xHamster", "categoryId": 3, @@ -1679,6 +1685,13 @@ "client.wns.windows.com": "windows_notifications", "time.windows.com": "windows_time", "windowsupdate.com": "windowsupdate", + "huami.com": "xiaomi", + "mi-img.com": "xiaomi", + "mi.com": "xiaomi", + "miui.com": "xiaomi", + "xiaomi.com": "xiaomi", + "xiaomi.net": "xiaomi", + "xiaomiyoupin.com": "xiaomi", "ya.ru": "yandex", "yandex.by": "yandex", "yandex.com": "yandex", From 36877861eaccf242537fa2eafc5151c3038e1ee5 Mon Sep 17 00:00:00 2001 From: GH action Date: Wed, 11 Oct 2023 12:16:05 +0000 Subject: [PATCH 21/29] Auto-update --- dist/companies.json | 8 +++++++- dist/trackers.csv | 7 +++++++ dist/trackers.json | 16 +++++++++++++++- dist/whotracksme.json | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index 4d09b4b6..ff9b096c 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-10T17:14:09.362Z", + "timeUpdated": "2023-10-11T12:16:05.591Z", "companies": { "163": { "name": "163", @@ -11520,6 +11520,12 @@ "description": "xHamster is a Cypriot pornographic media and social networking site headquartered in Limassol, Cyprus.", "source": "AdGuard" }, + "xiaomi": { + "name": "Xiaomi Inc.", + "websiteUrl": "https://www.mi.com/", + "description": "Xiaomi is a Chinese designer and manufacturer of consumer electronics and related software, home appliances, and household hardware. ", + "source": "AdGuard" + }, "xing": { "name": "XING", "websiteUrl": "http://www.xing.com/", diff --git a/dist/trackers.csv b/dist/trackers.csv index 052d0c49..2a87fd4a 100644 --- a/dist/trackers.csv +++ b/dist/trackers.csv @@ -4853,6 +4853,13 @@ xhamster.com;xhamster;3 xhamsterlive.com;xhamster;3 xhamsterpremium.com;xhamster;3 xhcdn.com;xhamster;3 +huami.com;xiaomi;8 +mi-img.com;xiaomi;8 +mi.com;xiaomi;8 +miui.com;xiaomi;8 +xiaomi.com;xiaomi;8 +xiaomi.net;xiaomi;8 +xiaomiyoupin.com;xiaomi;8 xing-share.com;xing;6 xing.com;xing;6 xmediaclicks.com;xmediaclicks;3 diff --git a/dist/trackers.json b/dist/trackers.json index bab4b82e..8fef2084 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-10T17:14:09.362Z", + "timeUpdated": "2023-10-11T12:16:05.591Z", "categories": { "0": "audio_video_player", "1": "comments", @@ -19451,6 +19451,13 @@ "companyId": "xhamster", "source": "AdGuard" }, + "xiaomi": { + "name": "Xiaomi", + "categoryId": 8, + "url": "https://www.mi.com/", + "companyId": "xiaomi", + "source": "AdGuard" + }, "xing": { "name": "Xing", "categoryId": 6, @@ -24886,6 +24893,13 @@ "xhamsterlive.com": "xhamster", "xhamsterpremium.com": "xhamster", "xhcdn.com": "xhamster", + "huami.com": "xiaomi", + "mi-img.com": "xiaomi", + "mi.com": "xiaomi", + "miui.com": "xiaomi", + "xiaomi.com": "xiaomi", + "xiaomi.net": "xiaomi", + "xiaomiyoupin.com": "xiaomi", "xing-share.com": "xing", "xing.com": "xing", "xmediaclicks.com": "xmediaclicks", diff --git a/dist/whotracksme.json b/dist/whotracksme.json index 725289a3..ab5ea421 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-10T17:14:09.362Z", + "timeUpdated": "2023-10-11T12:16:05.591Z", "categories": { "0": "audio_video_player", "1": "comments", From 5d44707f0f0706f39c22f04427c30f6d242bac8c Mon Sep 17 00:00:00 2001 From: jellizaveta Date: Wed, 11 Oct 2023 17:19:21 +0300 Subject: [PATCH 22/29] add dream_tech to trackers data --- source/trackers.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/trackers.json b/source/trackers.json index 0f16f3a8..55dbd301 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -164,6 +164,12 @@ "url": "https://domain.glass/", "companyId": "domainglass" }, + "dream_tech": { + "name": "Dreame Technology", + "categoryId": 8, + "url": "https://www.dreame.tech/", + "companyId": "xiaomi" + }, "edgio": { "name": "Edgio", "categoryId": 9, @@ -1113,6 +1119,8 @@ "phicdn.net": "digicert_trust_seal", "domain.glass": "domainglass", "doubleclick.com": "doubleclick", + "dream.tech": "dream_tech", + "dreametech.com": "dream_tech", "alphacdn.net": "edgio", "edg.io": "edgio", "edgecast.com": "edgio", From 2f752388a4613c5911a32bfaff1764c9745c2357 Mon Sep 17 00:00:00 2001 From: jellizaveta Date: Wed, 11 Oct 2023 17:20:51 +0300 Subject: [PATCH 23/29] fix typo --- source/trackers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/trackers.json b/source/trackers.json index 55dbd301..5bb9a7f3 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -164,7 +164,7 @@ "url": "https://domain.glass/", "companyId": "domainglass" }, - "dream_tech": { + "dreame_tech": { "name": "Dreame Technology", "categoryId": 8, "url": "https://www.dreame.tech/", @@ -1119,8 +1119,8 @@ "phicdn.net": "digicert_trust_seal", "domain.glass": "domainglass", "doubleclick.com": "doubleclick", - "dream.tech": "dream_tech", - "dreametech.com": "dream_tech", + "dreame.tech": "dreame_tech", + "dreametech.com": "dreame_tech", "alphacdn.net": "edgio", "edg.io": "edgio", "edgecast.com": "edgio", From f359851421faa840b6ed860c7f0eb004c0169873 Mon Sep 17 00:00:00 2001 From: GH action Date: Wed, 11 Oct 2023 14:25:22 +0000 Subject: [PATCH 24/29] Auto-update --- dist/companies.json | 2 +- dist/trackers.csv | 2 ++ dist/trackers.json | 11 ++++++++++- dist/whotracksme.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index ff9b096c..24122e89 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T12:16:05.591Z", + "timeUpdated": "2023-10-11T14:25:21.469Z", "companies": { "163": { "name": "163", diff --git a/dist/trackers.csv b/dist/trackers.csv index 2a87fd4a..e09924e3 100644 --- a/dist/trackers.csv +++ b/dist/trackers.csv @@ -1473,6 +1473,8 @@ zerezas.com;doublepimp;3 doubleverify.com;doubleverify;4 wrating.com;dratio;6 adsymptotic.com;drawbridge;4 +dreame.tech;dreame_tech;8 +dreametech.com;dreame_tech;8 dreamlab.pl;dreamlab.pl;4 drift.com;drift;2 js.driftt.com;drift;2 diff --git a/dist/trackers.json b/dist/trackers.json index 8fef2084..27b7e38b 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T12:16:05.591Z", + "timeUpdated": "2023-10-11T14:25:21.469Z", "categories": { "0": "audio_video_player", "1": "comments", @@ -6167,6 +6167,13 @@ "url": "http://www.drawbrid.ge/", "companyId": "drawbridge" }, + "dreame_tech": { + "name": "Dreame Technology", + "categoryId": 8, + "url": "https://www.dreame.tech/", + "companyId": "xiaomi", + "source": "AdGuard" + }, "dreamlab.pl": { "name": "DreamLab.pl", "categoryId": 4, @@ -21513,6 +21520,8 @@ "doubleverify.com": "doubleverify", "wrating.com": "dratio", "adsymptotic.com": "drawbridge", + "dreame.tech": "dreame_tech", + "dreametech.com": "dreame_tech", "dreamlab.pl": "dreamlab.pl", "drift.com": "drift", "js.driftt.com": "drift", diff --git a/dist/whotracksme.json b/dist/whotracksme.json index ab5ea421..9de0309b 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T12:16:05.591Z", + "timeUpdated": "2023-10-11T14:25:21.469Z", "categories": { "0": "audio_video_player", "1": "comments", From 6de3a0a6bfab0f483a1d24ee66e6e8343b90eae6 Mon Sep 17 00:00:00 2001 From: GH action Date: Wed, 11 Oct 2023 15:08:06 +0000 Subject: [PATCH 25/29] Auto-update --- dist/companies.json | 7 ++++--- dist/trackers.json | 2 +- dist/whotracksme.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index 24122e89..5b3f6626 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T14:25:21.469Z", + "timeUpdated": "2023-10-11T15:08:05.730Z", "companies": { "163": { "name": "163", @@ -826,9 +826,10 @@ "description": "\\\"We are young, dynamic and in Munich!\\r\\nAdnymics is a start-up based in Munich, Germany. We offer a unique, innovative and uncomplicated one-to-one customer retention system, that allows online-shops and fulfillment service providers to print personalized product brochures, that are put in their packages.\\r\\nWe love print and believe in the power of trust!\\r\\nAdvertisers trust print-media, because it creates credibility and trust and it's viewed and perceived more than other media. We are fascinated by the combinability of online and print!\\\"\\r\\n" }, "adobe": { - "name": "Adobe", + "name": "Adobe Inc.", "websiteUrl": "http://www.adobe.com/", - "description": "Adobe provides digital media and digital marketing solutions." + "description": "Adobe provides digital media and digital marketing solutions.", + "source": "AdGuard" }, "adocean": { "name": "AdOcean", diff --git a/dist/trackers.json b/dist/trackers.json index 27b7e38b..f160d720 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T14:25:21.469Z", + "timeUpdated": "2023-10-11T15:08:05.730Z", "categories": { "0": "audio_video_player", "1": "comments", diff --git a/dist/whotracksme.json b/dist/whotracksme.json index 9de0309b..ad53f74f 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T14:25:21.469Z", + "timeUpdated": "2023-10-11T15:08:05.730Z", "categories": { "0": "audio_video_player", "1": "comments", From 915658d75a020469558bd18c417e97f70cb62204 Mon Sep 17 00:00:00 2001 From: GH action Date: Wed, 11 Oct 2023 15:10:03 +0000 Subject: [PATCH 26/29] Auto-update --- dist/companies.json | 7 ++++--- dist/trackers.csv | 2 ++ dist/trackers.json | 4 +++- dist/whotracksme.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index 5b3f6626..15438c71 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:08:05.730Z", + "timeUpdated": "2023-10-11T15:10:03.282Z", "companies": { "163": { "name": "163", @@ -2865,9 +2865,10 @@ "description": "OnAudience.com provides Big Data tools and services for on-line marketing on over 40 markets in Europe and North America. The company has one of the largest 3rd party data sets in the World that consist of over 3 billion user profiles.\\r\\n\\r\\nOnAudience.com integrates data management, including DMP and Data Exchange with programmatic buying, including DSP and Mailing Exchange. It is a tailor made solution for performance marketing focused on prospecting customers and e-commerce platforms." }, "cloudflare": { - "name": "Cloudflare", + "name": "Cloudflare, Inc.", "websiteUrl": "https://www.cloudflare.com/", - "description": "Cloudflare is a web performance and security company that provides online services to protect and accelerate websites online. " + "description": "Cloudflare is a web performance and security company that provides online services to protect and accelerate websites online. ", + "source": "AdGuard" }, "clove_network": { "name": "Clove Network", diff --git a/dist/trackers.csv b/dist/trackers.csv index e09924e3..e6089c4f 100644 --- a/dist/trackers.csv +++ b/dist/trackers.csv @@ -1160,8 +1160,10 @@ cloudflareportal.com;cloudflare;9 cloudflareresolve.com;cloudflare;9 cloudflaressl.com;cloudflare;9 cloudflarestatus.com;cloudflare;9 +cloudflarestream.com;cloudflare;9 pacloudflare.com;cloudflare;9 sn-cloudflare.com;cloudflare;9 +videodelivery.net;cloudflare;9 cloudimg.io;cloudimage.io;9 cloudinary.com;cloudinary;9 clovenetwork.com;clove_network;4 diff --git a/dist/trackers.json b/dist/trackers.json index f160d720..b9ab8259 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:08:05.730Z", + "timeUpdated": "2023-10-11T15:10:03.282Z", "categories": { "0": "audio_video_player", "1": "comments", @@ -21207,8 +21207,10 @@ "cloudflareresolve.com": "cloudflare", "cloudflaressl.com": "cloudflare", "cloudflarestatus.com": "cloudflare", + "cloudflarestream.com": "cloudflare", "pacloudflare.com": "cloudflare", "sn-cloudflare.com": "cloudflare", + "videodelivery.net": "cloudflare", "cloudimg.io": "cloudimage.io", "cloudinary.com": "cloudinary", "clovenetwork.com": "clove_network", diff --git a/dist/whotracksme.json b/dist/whotracksme.json index ad53f74f..e0084036 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:08:05.730Z", + "timeUpdated": "2023-10-11T15:10:03.282Z", "categories": { "0": "audio_video_player", "1": "comments", From b39d32fc3a022963071538fa4423a3b397066058 Mon Sep 17 00:00:00 2001 From: GH action Date: Wed, 11 Oct 2023 15:12:01 +0000 Subject: [PATCH 27/29] Auto-update --- dist/companies.json | 4 ++-- dist/trackers.json | 2 +- dist/whotracksme.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index 15438c71..a7e3953e 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:10:03.282Z", + "timeUpdated": "2023-10-11T15:12:01.474Z", "companies": { "163": { "name": "163", @@ -7191,7 +7191,7 @@ "description": "\\\"netFactor Corporation provides a suite of products to drive new levels of sales performance from Internet marketing for the business-to-business market. The company’s core VisitorTrack® technology platform integrates search engine marketing, marketing automation, and Web analytics into a powerful application for lead generation from website visitor tracking – it’s like “Caller ID for Your Website.” netFactor is privileged to serve customers across multiple industries including software, telecom, healthcare, technology, financial, professional services, manufacturing, and transportation.\\\"" }, "netflix": { - "name": "Netflix", + "name": "Netflix, Inc.", "websiteUrl": "https://www.netflix.com/", "description": "Netflix is a streaming service that offers a wide variety of award-winning TV shows, movies, anime, documentaries, and more on thousands of internet-connected devices.", "source": "AdGuard" diff --git a/dist/trackers.json b/dist/trackers.json index b9ab8259..1619b5f3 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:10:03.282Z", + "timeUpdated": "2023-10-11T15:12:01.474Z", "categories": { "0": "audio_video_player", "1": "comments", diff --git a/dist/whotracksme.json b/dist/whotracksme.json index e0084036..bfbb2736 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:10:03.282Z", + "timeUpdated": "2023-10-11T15:12:01.474Z", "categories": { "0": "audio_video_player", "1": "comments", From 41671ba04690f1d4e5dccbd38d2a7d61496d1a26 Mon Sep 17 00:00:00 2001 From: GH action Date: Wed, 11 Oct 2023 15:15:37 +0000 Subject: [PATCH 28/29] Auto-update --- dist/companies.json | 2 +- dist/trackers.csv | 3 ++- dist/trackers.json | 5 +++-- dist/whotracksme.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index a7e3953e..11a9d12f 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:12:01.474Z", + "timeUpdated": "2023-10-11T15:15:37.010Z", "companies": { "163": { "name": "163", diff --git a/dist/trackers.csv b/dist/trackers.csv index e6089c4f..eaefc4f6 100644 --- a/dist/trackers.csv +++ b/dist/trackers.csv @@ -3464,8 +3464,9 @@ impact-ad.jp;platformone;4 loveadvert.ru;play_by_mamba;4 playbuzz.com;playbuzz.com;2 pof.com;plenty_of_fish;6 -plex.tv;plex;0 +plex.bz;plex;0 plex.direct;plex;0 +plex.tv;plex;0 analytics.plex.tv;plex_metrics;6 metrics.plex.tv;plex_metrics;6 plista.com;plista;4 diff --git a/dist/trackers.json b/dist/trackers.json index 1619b5f3..855c33f8 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:12:01.474Z", + "timeUpdated": "2023-10-11T15:15:37.010Z", "categories": { "0": "audio_video_player", "1": "comments", @@ -23511,8 +23511,9 @@ "loveadvert.ru": "play_by_mamba", "playbuzz.com": "playbuzz.com", "pof.com": "plenty_of_fish", - "plex.tv": "plex", + "plex.bz": "plex", "plex.direct": "plex", + "plex.tv": "plex", "analytics.plex.tv": "plex_metrics", "metrics.plex.tv": "plex_metrics", "plista.com": "plista", diff --git a/dist/whotracksme.json b/dist/whotracksme.json index bfbb2736..46cc8404 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:12:01.474Z", + "timeUpdated": "2023-10-11T15:15:37.010Z", "categories": { "0": "audio_video_player", "1": "comments", From b74341a552ad0b0e9d1e10d1040cbd4c24a11b8b Mon Sep 17 00:00:00 2001 From: GH action Date: Wed, 11 Oct 2023 15:22:07 +0000 Subject: [PATCH 29/29] Auto-update --- dist/companies.json | 14 +++++++------- dist/trackers.json | 4 ++-- dist/whotracksme.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/companies.json b/dist/companies.json index 11a9d12f..1834314e 100644 --- a/dist/companies.json +++ b/dist/companies.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:15:37.010Z", + "timeUpdated": "2023-10-11T15:22:07.160Z", "companies": { "163": { "name": "163", @@ -5541,6 +5541,12 @@ "websiteUrl": "https://www.ironsrc.com/", "description": "\\\"ironSource is the leader in online and mobile software distribution, offering a complete ecosystem for downloadable applications including all aspects of user acquisition, conversion, monetization, integrated analytics and optimization.\\\"" }, + "isrg": { + "name": "Internet Security Research Group", + "websiteUrl": "https://www.abetterinternet.org", + "description": "Digital infrastructure for a more secure and privacy-respecting world.", + "source": "AdGuard" + }, "ity.im": { "name": "ity.im", "websiteUrl": "http://ity.im/", @@ -6028,12 +6034,6 @@ "websiteUrl": "https://letreach.com/", "description": null }, - "lets_encrypt": { - "name": "Let's Encrypt", - "websiteUrl": "https://letsencrypt.org/", - "description": "Let's Encrypt is a non-profit certificate authority run by Internet Security Research Group that provides X.509 certificates for Transport Layer Security encryption at no charge.", - "source": "AdGuard" - }, "letv": { "name": "LeTv", "websiteUrl": "http://www.le.com/", diff --git a/dist/trackers.json b/dist/trackers.json index 855c33f8..a580e802 100644 --- a/dist/trackers.json +++ b/dist/trackers.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:15:37.010Z", + "timeUpdated": "2023-10-11T15:22:07.160Z", "categories": { "0": "audio_video_player", "1": "comments", @@ -10386,7 +10386,7 @@ "name": "Let's Encrypt", "categoryId": 5, "url": "https://letsencrypt.org/", - "companyId": "lets_encrypt", + "companyId": "isrg", "source": "AdGuard" }, "letv": { diff --git a/dist/whotracksme.json b/dist/whotracksme.json index 46cc8404..bad222c8 100644 --- a/dist/whotracksme.json +++ b/dist/whotracksme.json @@ -1,5 +1,5 @@ { - "timeUpdated": "2023-10-11T15:15:37.010Z", + "timeUpdated": "2023-10-11T15:22:07.160Z", "categories": { "0": "audio_video_player", "1": "comments",