Skip to content

Commit

Permalink
Merge pull request #4 from polarityio/develop
Browse files Browse the repository at this point in the history
Fixed blocklist typo
  • Loading branch information
penwoodjon authored Aug 17, 2020
2 parents 0adb148 + f995d02 commit db4bff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = {
adminOnly: false
},
{
key: 'ipBlacklistRegex',
key: 'ipBlocklistRegex',
name: 'Ignored IP Regex',
description: 'IPs that match the given regex will not be looked up.',
default: '',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "./integration.js",
"name": "urlscan",
"version": "3.2.1-beta",
"version": "3.2.2-beta",
"private": true,
"dependencies": {
"request": "^2.88.2",
Expand Down

0 comments on commit db4bff8

Please sign in to comment.