Commit b000fa5
committed
review: cleanup nits + honest about WAC bypass on /.well-known/* (JavaScriptSolidServer#447)
Four batched pickups from Copilot.
1. Stray blank line inside the if (ownerKey) block in
createRootPodStructure. Removed.
2. Code comment said 'See JavaScriptSolidServer#447 review' — but JavaScriptSolidServer#447 IS this PR.
Changed to 'JavaScriptSolidServer#446' (the issue this PR closes), which is the
actually-stable reference.
3. Per-describe DATA_DIR suffixes in test/well-known-nostr-json.test.js.
The three suites previously shared './test-data-nip05'; latent
collision risk if --test-concurrency is ever raised above 1
(currently 1 per the npm script). Each describe now uses its
own dir.
4. PR description honesty fix is in the PR body (separate from this
commit): the file is intentionally public per NIP-05 spec and
/.well-known/* is WAC-bypassed at the request layer, so the
earlier 'operator can lock it down with a .acl' claim was
misleading. Updated the description to say the file is
intentionally public.
860/860 tests pass.1 parent 2cfc8c1 commit b000fa5
2 files changed
Lines changed: 20 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1159 | 1159 | | |
1160 | 1160 | | |
1161 | 1161 | | |
1162 | | - | |
1163 | 1162 | | |
1164 | 1163 | | |
1165 | 1164 | | |
1166 | 1165 | | |
1167 | | - | |
| 1166 | + | |
1168 | 1167 | | |
1169 | 1168 | | |
1170 | 1169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | | - | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
| 40 | + | |
39 | 41 | | |
40 | | - | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
56 | | - | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
102 | | - | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
106 | | - | |
| 110 | + | |
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
| |||
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| 125 | + | |
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| |||
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
129 | | - | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
133 | | - | |
| 138 | + | |
134 | 139 | | |
135 | 140 | | |
136 | 141 | | |
| |||
0 commit comments