Skip to content

Commit

Permalink
Merge pull request #19 from polarityio/develop
Browse files Browse the repository at this point in the history
Removing rejectUnauthorized from config files
  • Loading branch information
penwoodjon committed Jun 27, 2023
2 parents e53fccc + 42e276f commit a1d2ef9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 1 addition & 3 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +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: '',

rejectUnauthorized: true
proxy: ""
},
logging: {
level: 'info' //trace, debug, info, warn, error, fatal
Expand Down
3 changes: 1 addition & 2 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"key": "",
"passphrase": "",
"ca": "",
"proxy": "",
"rejectUnauthorized": true
"proxy": ""
},
"logging": {
"level": "info"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urlscan",
"version": "3.6.3",
"version": "3.6.4",
"main": "./integration.js",
"private": true,
"scripts": {
Expand All @@ -16,4 +16,4 @@
"jest": "^28.1.0",
"nock": "^13.2.4"
}
}
}

0 comments on commit a1d2ef9

Please sign in to comment.