From ca5ef2d1c5c008ebea217c4114b40a66890fe3b8 Mon Sep 17 00:00:00 2001 From: Simon Wiles <simonjwiles@gmail.com> Date: Sat, 3 Feb 2024 14:44:02 -0800 Subject: [PATCH] Remove Lightmeter --- src/config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/config.js b/src/config.js index ff307aa..c72b8d2 100644 --- a/src/config.js +++ b/src/config.js @@ -299,13 +299,6 @@ export const services = { test: "testResponseForText", matchText: "<title>Log In ‹ MainWP — WordPress</title>", }, - lightmeter: { - displayName: "Lightmeter", - endpointUrl: "https://lightmeter.adho.org/", - serviceUrl: "https://lightmeter.adho.org/", - test: "testResponseForText", - matchText: "<title>controlcenter</title>", - }, }, }, };