From 46bfe50e20096fa2a15b48ec58c250e620f44441 Mon Sep 17 00:00:00 2001 From: Adriaan Date: Mon, 22 Nov 2021 18:05:25 +0100 Subject: [PATCH] Detect Google Sites that have a custom domain --- src/technologies/g.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/g.json b/src/technologies/g.json index 4d01984f0..1b6818160 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1146,6 +1146,7 @@ ], "icon": "Google Sites.png", "url": "^https?://sites\\.google\\.com", + "dom": "[data-abuse-proto*='https://sites.google.com/']", "website": "http://sites.google.com" }, "Google Tag Manager": { @@ -1652,4 +1653,4 @@ "icon": "gunicorn.png", "website": "http://gunicorn.org" } -} \ No newline at end of file +}