Skip to content

Commit

Permalink
Merge pull request #8 from polarityio/develop
Browse files Browse the repository at this point in the history
Defaulted View Malicious Indicators Only to false now that we are doing On Demand Only
  • Loading branch information
penwoodjon authored Nov 19, 2020
2 parents 7289d0e + 3579e0b commit ab68af0
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 @@ -111,7 +111,7 @@ module.exports = {
key: 'maliciousOnly',
name: 'View Malicious Indicators Only',
description: 'If checked, only indicators flagged as malicious will be returned',
default: true,
default: false,
type: 'boolean',
userCanEdit: true,
adminOnly: false
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.5-beta",
"version": "3.2.6-beta",
"private": true,
"dependencies": {
"request": "^2.88.2",
Expand Down

0 comments on commit ab68af0

Please sign in to comment.