From d4fd4847de6df44858f3c615d87d175042fe2566 Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Mon, 3 Sep 2018 15:11:35 +0200 Subject: Mention in the standard json documentation that files in urls need their directories allowed via --allow-paths --- docs/using-the-compiler.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index b286e1a3..0a64d840 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -83,6 +83,8 @@ Input Description [ "bzzr://56ab...", "ipfs://Qma...", + // If files are used, their directories should be added to the command line via + // `--allow-paths `. "file:///tmp/path/to/file.sol" ] }, -- cgit v1.2.3