LocalStorage exceeds quota after opening a few wikis
Created by: edg2s
The resource loader caches can grow up to a few MB, meaning there is not room for multiple wikis at the same domain:
Options:
- Disable resource loader local storage, we already do this for Firefox. Not sure if this can be done via config.
- Write a custom script that clears the RL cache of any other wikis in your localStorage whenever you visit a patchdemo wiki, then add this to common.js or similar.