diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..addbfc8 --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,9 @@ +## 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