we are using SonarQube 5.1.2 on a domain like sonarqube.companyname.com
.
Because of a firefox bug (https://bugzilla.mozilla.org/show_bug.cgi?id=1064466) the local storage quota isn't based on the subdomain. As we are using many applications on domains with the suffix .companyname.com
which also uses localStorage I got the following error in the JavaScript console:
NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached
And the result looks like this:
http://i.stack.imgur.com/RjH48.png
Is there anything I can do? Maybe a config setting to disable the localstorage translation caching?
Has anyone else the same problem?