From a0448e9ac740f20cfc957aa9c208b750af36fd5c Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 16 Feb 2023 17:21:45 +0100 Subject: [PATCH] added Exposure, closes #1567 Credits @jpdias --- sherlock/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 3f4cf4d..8a408b0 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2556,5 +2556,11 @@ "url": "https://www.nitrotype.com/racer/{}", "urlMain": "https://www.nitrotype.com/", "username_claimed": "jianclash" + }, + "Exposure": { + "errorType": "status_code", + "url": "https://{}.exposure.co/", + "urlMain": "https://exposure.co/", + "username_claimed": "jonasjacobsson" } }