From f1661893c6e8a09d182865fed39793b27139a72c Mon Sep 17 00:00:00 2001 From: Jon Penwood Date: Mon, 9 Oct 2023 15:34:47 -0500 Subject: [PATCH] chore: Updated casing on entity types --- config/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.js b/config/config.js index 02ac3e2..4ea81f5 100644 --- a/config/config.js +++ b/config/config.js @@ -24,7 +24,7 @@ module.exports = { */ description: 'Searches the urlscan.io API and returns results from the most recent, relevant scan', - entityTypes: ['IPv4', 'IPv6', 'IPv4CIDR', 'domain', 'url', 'sha256'], + entityTypes: ['IPv4', 'IPv6', 'IPv4CIDR', 'domain', 'url', 'SHA256'], defaultColor: 'light-pink', onDemandOnly: true, /** @@ -74,7 +74,7 @@ module.exports = { ca: '', // An HTTP proxy to be used. Supports proxy Auth with Basic Auth, identical to support for // the url parameter (by embedding the auth info in the uri) - proxy: "" + proxy: '' }, logging: { level: 'info' //trace, debug, info, warn, error, fatal