From 1899b42818065de8914692c91d613709958aa837 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 29 Jul 2022 14:30:22 -0700 Subject: [PATCH 1/2] Google App Engine: fix website, lower confidence in header "Server": "Google Frontend" could be a number of other things, including Google Cloud Run --- src/technologies/g.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/g.json b/src/technologies/g.json index 1cd90cbfb..1950944e5 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1401,10 +1401,10 @@ 22 ], "headers": { - "Server": "Google Frontend" + "Server": "Google Frontend\\;confidence:30" }, "icon": "Google App Engine.svg", - "website": "http://code.google.com/appengine" + "website": "https://cloud.google.com/appengine" }, "Google Call Conversion Tracking": { "cats": [ From b540a2a6174537e0bc4571c3bd8020091a52d960 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Sat, 30 Jul 2022 08:21:52 +1000 Subject: [PATCH 2/2] Update g.json --- src/technologies/g.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/technologies/g.json b/src/technologies/g.json index 1950944e5..9e77bbba7 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1400,9 +1400,6 @@ "cats": [ 22 ], - "headers": { - "Server": "Google Frontend\\;confidence:30" - }, "icon": "Google App Engine.svg", "website": "https://cloud.google.com/appengine" },