monome / maiden

web based editor and repl for norns
GNU General Public License v3.0
47 stars 33 forks source link

remove broken web worker cache #193

Closed ngwese closed 3 years ago

ngwese commented 3 years ago

non-https caching has been deprecated for some time. shipping self signed certs and switching to https would add unnecessary user friction so it makes sense to just remove the cache (it was boilerplate from create-react-app)

fixes #130