File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2471,15 +2471,17 @@ added: v15.6.0
2471
2471
2472
2472
<!-- YAML
2473
2473
added: v15.6.0
2474
+ changes:
2475
+ - version: REPLACEME
2476
+ pr-url: https://github.com/nodejs/node/pull/41599
2477
+ description: The `wildcards`, `partialWildcards`, `multiLabelWildcards`, and
2478
+ `singleLabelSubdomains` options have been removed since they
2479
+ had no effect.
2474
2480
-->
2475
2481
2476
2482
* ` email ` {string}
2477
2483
* ` options ` {Object}
2478
2484
* ` subject ` {string} ` 'always' ` or ` 'never' ` . ** Default:** ` 'always' ` .
2479
- * ` wildcards ` {boolean} ** Default:** ` true ` .
2480
- * ` partialWildcards ` {boolean} ** Default:** ` true ` .
2481
- * ` multiLabelWildcards ` {boolean} ** Default:** ` false ` .
2482
- * ` singleLabelSubdomains ` {boolean} ** Default:** ` false ` .
2483
2485
* Returns: {string|undefined} Returns ` email ` if the certificate matches,
2484
2486
` undefined ` if it does not.
2485
2487
You can’t perform that action at this time.
0 commit comments