Skip to content

Commit

Permalink
chore: Updated casing on entity types
Browse files Browse the repository at this point in the history
  • Loading branch information
penwoodjon committed Oct 9, 2023
1 parent 0ce75a6 commit f166189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
/**
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f166189

Please sign in to comment.