Skip to content

Commit

Permalink
Merge pull request #17 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 28, 2023
2 parents c815497 + 5c453e6 commit a569782
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
3 changes: 1 addition & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ module.exports = {
key: '',
passphrase: '',
ca: '',
proxy: '',
rejectUnauthorized: true
proxy: ""
},
options: [
{
Expand Down
7 changes: 3 additions & 4 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"key": "",
"passphrase": "",
"ca": "",
"proxy": "",
"rejectUnauthorized": true
"proxy": ""
},
"options": [
{
Expand Down Expand Up @@ -435,8 +434,8 @@
{ "value": "VarInt Decode", "display": "VarInt Decode" },
{ "value": "VarInt Encode", "display": "VarInt Encode" },
{ "value": "View Bit Plane", "display": "View Bit Plane" },
{ "value": "VigenC(re Decode", "display": "VigenC(re Decode" },
{ "value": "VigenC(re Encode", "display": "VigenC(re Encode" },
{ "value": "Vigenère Decode", "display": "Vigenère Decode" },
{ "value": "Vigenère Encode", "display": "Vigenère Encode" },
{ "value": "Whirlpool", "display": "Whirlpool" },
{
"value": "Windows Filetime to UNIX Timestamp",
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": "CyberChefIntegration",
"version": "3.2.5",
"version": "3.2.6",
"main": "./integration.js",
"private": true,
"dependencies": {
Expand All @@ -9,4 +9,4 @@
"esm": "^3.2.25",
"lodash": "^4.17.21"
}
}
}

0 comments on commit a569782

Please sign in to comment.