]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/rustdoc-gui/tester.js
Rollup merge of #103989 - arlosi:arm32-panic, r=Amanieu
[rust.git] / src / tools / rustdoc-gui / tester.js
index 70d5f94472f6b598829a7256a47e95c642a0d2c6..d40d9a3cb542abab7c22f30ae0a24aa32336f05d 100644 (file)
@@ -149,6 +149,7 @@ async function main(argv) {
         // This is more convenient that setting fields one by one.
         let args = [
             "--variable", "DOC_PATH", opts["doc_folder"], "--enable-fail-on-js-error",
+            "--allow-file-access-from-files",
         ];
         if (opts["debug"]) {
             debug = true;