docs: Fix download_file documentation (#45517)
Fix a small error in the docs for the extension capabilities Release Notes: - N/A
This commit is contained in:
committed by
GitHub
parent
746b76488c
commit
cff3ac6f93
@@ -62,7 +62,7 @@ The `download_file` capability grants extensions the ability to download files u
|
||||
To allow any file to be downloaded:
|
||||
|
||||
```toml
|
||||
{ kind = "download_file", host = "github.com", path = ["**"] }
|
||||
{ kind = "download_file", host = "*", path = ["**"] }
|
||||
```
|
||||
|
||||
To allow any file to be downloaded from `github.com`:
|
||||
|
||||
Reference in New Issue
Block a user