File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2472,6 +2472,11 @@ added: v15.6.0
24722472<!-- YAML
24732473added: v15.6.0
24742474changes:
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.
24752480 - version: REPLACEME
24762481 pr-url: https://github.com/nodejs/node/pull/41569
24772482 description: The subject option can now be set to `'default'`.
@@ -2481,10 +2486,6 @@ changes:
24812486* ` options ` {Object}
24822487 * ` subject ` {string} ` 'default' ` , ` 'always' ` , or ` 'never' ` .
24832488 ** Default:** ` 'always' ` .
2484- * ` wildcards ` {boolean} ** Default:** ` true ` .
2485- * ` partialWildcards ` {boolean} ** Default:** ` true ` .
2486- * ` multiLabelWildcards ` {boolean} ** Default:** ` false ` .
2487- * ` singleLabelSubdomains ` {boolean} ** Default:** ` false ` .
24882489* Returns: {string|undefined} Returns ` email ` if the certificate matches,
24892490 ` undefined ` if it does not.
24902491
You can’t perform that action at this time.
0 commit comments