1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 03:43:54 +02:00
nix/doc/manual/rl-next/allowed-uris-can-now-match-whole-schemes.md
2023-12-13 21:09:20 +01:00

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.