File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -525,6 +525,9 @@ malformed, but any errors are otherwise ignored.
525
525
Note that neither the well known nor extra certificates are used when the ` ca `
526
526
options property is explicitly specified for a TLS or HTTPS client or server.
527
527
528
+ This environment variable is ignored when ` node ` runs as setuid root or
529
+ has Linux file capabilities set.
530
+
528
531
### ` NODE_ICU_DATA=file `
529
532
<!-- YAML
530
533
added: v0.11.15
Original file line number Diff line number Diff line change 302
302
is missing or misformatted, a message will be emitted once using
303
303
.Sy process.emitWarning() ,
304
304
but any errors are otherwise ignored.
305
+ .Pp
306
+ This environment variable is ignored when `node` runs as setuid root or
307
+ has Linux file capabilities set.
305
308
.
306
309
.It Ev NODE_ICU_DATA Ar file
307
310
Data path for ICU (Intl object) data.
You can’t perform that action at this time.
0 commit comments