| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e0789fb commit 74d4e38
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -178,7 +178,7 @@ different strings to point to the same module (such as excluding the extension). | |||
| 178 | 178 | ||
| 179 | 179 | Specifier strings are canonicalized but not resolved prior to be used for | |
| 180 | 180 | matching in order to have some compatibility with import maps, for example if a | |
| 181 | - resource `file:///C:/app/server.js` was given the following redirection from a | ||
| 181 | + resource `file:///C:/app/utils.js` was given the following redirection from a | ||
| 182 | 182 | policy located at `file:///C:/app/policy.json`: | |
| 183 | 183 | ||
| 184 | 184 | ```json | |
@@ -303,15 +303,15 @@ delegate to the next relevant scope for `file:///C:/app/bin/main.js`, `"file:"`. | |||
| 303 | 303 | ||
| 304 | 304 | This determines the policy for all file based resources within `"file:///C:/"`. | |
| 305 | 305 | This is not in the `"scopes"` field of the policy and would be skipped. It would | |
| 306 | - not be used for `file:///C:/app/bin/main.js` unless `"file:///"` is set to | ||
| 307 | - cascade or is not in the `"scopes"` of the policy. | ||
| 306 | + not be used for `file:///C:/app/bin/main.js` unless `"file:///C:/app/"` is set | ||
| 307 | + to cascade or is not in the `"scopes"` of the policy. | ||
| 308 | 308 | ||
| 309 | 309 | 4. `"file:///"` | |
| 310 | 310 | ||
| 311 | 311 | This determines the policy for all file based resources on the `localhost`. This | |
| 312 | 312 | is not in the `"scopes"` field of the policy and would be skipped. It would not | |
| 313 | - be used for `file:///C:/app/bin/main.js` unless `"file:///"` is set to cascade | ||
| 314 | - or is not in the `"scopes"` of the policy. | ||
| 313 | + be used for `file:///C:/app/bin/main.js` unless `"file:///C:/"` is set to | ||
| 314 | + cascade or is not in the `"scopes"` of the policy. | ||
| 315 | 315 | ||
| 316 | 316 | 5. `"file:"` | |
| 317 | 317 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments