hydra: allowUris
This commit is contained in:
parent
272971cefd
commit
57f56146d2
@ -62,7 +62,11 @@
|
|||||||
trusted-users = [
|
trusted-users = [
|
||||||
"hydra"
|
"hydra"
|
||||||
];
|
];
|
||||||
allowed-uris = "github:";
|
allowed-uris = [
|
||||||
|
"github:"
|
||||||
|
"git+https://github.com/"
|
||||||
|
"git+ssh://github.com/"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user