nix: allow file:// and other insecure schemes in VM tests
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I8ad4f8e9cf0990a036cff252d8dd38f96a6a6964
This commit is contained in:
parent
a5768d46eb
commit
2a404e685b
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ in {
|
|||
host = "127.0.0.1";
|
||||
port = 3000;
|
||||
cors_permissive = false;
|
||||
# Allow file:// URLs in VM tests (no network, repos are local)
|
||||
allowed_url_schemes = ["https" "http" "git" "ssh" "file"];
|
||||
};
|
||||
|
||||
gc.enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue