From 8f45736b2269a65f962528a9cbefc14b2abb8a1f Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 16 Sep 2022 14:45:02 +0100 Subject: [PATCH] Destroyed Troubleshooting (markdown) --- Troubleshooting.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md deleted file mode 100644 index addbfc8..0000000 --- a/Troubleshooting.md +++ /dev/null @@ -1,9 +0,0 @@ -## Script error when running `cyberchef.htm` from a local file in Safari - -Sometimes Safari throws a scriptError or syntaxError when you run `cyberchef.htm` from a file. The workaround for this is to run an instance of [`http-server`](https://www.npmjs.com/package/http-server) with compression enabled. You can do this with the following commands: - -``` -cd -npm install -g http-server -http-server -g . -``` \ No newline at end of file