Unable to connect of a bank web site --
get the following message -- localStorage is null --
Bank says this a firefox error and not an error in their system
Larry
すべての返信 (2)
A quick search says this is an error with Javascript. Check your Java plugin version for Firefox here: https://www.mozilla.org/en-GB/plugincheck/.
If you do not have Java installed, you can get it here: http://java.com/en/.
PS. Also found this: http://stackoverflow.com/questions/12267903/firefox-typeerror-localstorage-is-null#12269453.
この投稿は Phoxuponyou により
You can check if DOM Storage is enabled.
You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.
This issue can be caused by corrupted cookies or cookies that are blocked.
- check the permissions on the about:permissions page and in "Tools > Page Info > Permissions"
- https://support.mozilla.org/kb/fix-login-issues-on-websites-require-passwords
Clear the cache and remove cookies only from websites that cause problems.
"Clear the Cache":
- Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
"Remove Cookies" from sites causing problems:
- Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
- Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
- Do NOT click the Reset button on the Safe Mode start window
この投稿は cor-el により