Paul
Paul
According to [API docs](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRequest) for `onBeforeRequest`, returning `{cancel: true}` will cancel the request. Yet this is exactly what we're doing when using `URL -> File` mode in [replaceContent](https://github.com/kylepaulsen/ResourceOverride/blob/f19d8bf6d9409e3a693c266d67827078506594a7/src/background/requestHandling.js#L14) the result...
For https://github.com/kylepaulsen/ResourceOverride/issues/63
### Operating System Linux ### Description of bug Expected: - World is saved, user is sent back to main menu Actual: - Stuck on 'saving world' screen. Process has to...
For #234
**Describe the bug** There seem to be some null chunks in our report and it causes the report web interface to fail. **To Reproduce** Steps to reproduce the behavior: 1....