Skip to content

Commit f2801b6

Browse files
committed
fix: add gitguardian.insecure to the UI, deprecate allowSelfSigned
1 parent 537820c commit f2801b6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,21 @@
3434
"gitguardian.apiUrl": {
3535
"type": "string",
3636
"default": "",
37-
"markdownDescription": "You can override the value here for On Premise installations"
37+
"markdownDescription": "You can override the value here for On Premise installations",
38+
"order": 1
39+
},
40+
"gitguardian.insecure": {
41+
"type": "boolean",
42+
"default": false,
43+
"markdownDescription": "Skip all certificate verification checks.\n\nWARNING: this option makes the transfer insecure.",
44+
"order": 2
3845
},
3946
"gitguardian.allowSelfSigned": {
4047
"type": "boolean",
4148
"default": false,
42-
"markdownDescription": "Allow Self Signed Certificates"
49+
"markdownDescription": "Allow Self Signed Certificates",
50+
"markdownDeprecationMessage": "Deprecated: Please use `#gitguardian.insecure#` instead.",
51+
"order": 100
4352
}
4453
}
4554
},

0 commit comments

Comments
 (0)