mirror of
https://github.com/NixOS/nix.git
synced 2025-12-14 21:11:04 +01:00
297 B
297 B
| synopsis | prs |
|---|---|
| Option `allowed-uris` can now match whole schemes in URIs without slashes | 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.