Commit f3c3bcf
committed
replaces the falsy check with a strict own-property check
1. Inherited properties (toString, constructor, __proto__) from being treated as valid vhost entries
2. The unvalidated dynamic method call warning, since we now explicitly verify the key is an own property of the configuration object before invoking it1 parent 0750a52 commit f3c3bcf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments