mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
8 lines
297 B
Markdown
8 lines
297 B
Markdown
|
---
|
||
|
synopsis: Option `allowed-uris` can now match whole schemes in URIs without slashes
|
||
|
prs: 9547
|
||
|
---
|
||
|
|
||
|
If a scheme, such as `github:` is specified in the `allowed-uris` option, all URIs starting with `github:` are allowed.
|
||
|
Previously this only worked for schemes whose URIs used the `://` syntax.
|