2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-08 11:33:51 +00:00

Destroyed Troubleshooting (markdown)

n1474335
2022-09-16 14:45:02 +01:00
parent 7bdeab5b93
commit 8f45736b22

@@ -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 <path to directory containing cyberchef.htm>
npm install -g http-server
http-server -g .
```