Commit 934c680
committed
docs: describe the boot check by what it checks, not by what readers do
Two rounds in a row went to claims about whether a given reader warns when
it rejects a value, and both were wrong somewhere. It varies per reader and
per branch inside one reader: compileHeaderRules warns only when Headers.set
rejects a key, and drops a typo'd `source`, a bad URLPattern, and a
non-object entry in silence; readAllowedOrigins filters bad entries with no
warning at all; compileRedirectRules warns on every branch but one.
So the docs stop asserting it. Each surface now states what the validator
checks and what it does not, and leaves downstream behaviour to the reader
that owns it. The sweeping "that key-level case is the whole of the gap"
line is gone too, since it contradicted the nested-key sentence beside it.
The built-ins lead sentence claiming every malformed entry warns was
pre-existing and is corrected in passing, since this paragraph leaned on it.1 parent 0690bfa commit 934c680
4 files changed
Lines changed: 19 additions & 20 deletions
File tree
- .agents/skills/webjs/references
- packages
- core/src
- server/src
- website/app/docs/configuration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
59 | 55 | | |
60 | | - | |
61 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments