Hi, I've narrowed my problem down to four lines in my prefs.js:
user_pref("capability.policy.default.HTMLDocument.cookie.get", "noAccess");
user_pref("capability.policy.default.HTMLDocument.cookie.set", "noAccess");
user_pref("capability.policy.default.Window.defaultStatus", "noAccess");
user_pref("capability.policy.default.Window.status", "noAccess");Anyone know what they mean or how they're controlled through the preferences control panel? I bet they're probably remnants from older mozilla versions... Ben Ruppel (slate) wrote: > Hello, I've been cruising along using mozilla for secure sites for a > while now, but about a month ago moz stopped working with my bank site. > After I try to log on, it returns a page saying that there was a > verification error. > > It turns out that something must be bad with my profile. If I create a > new profile I can log onto the bank just fine. I went through my > preferences and my prefs.js file, and I can not find any settings made > that vary from the default. > > I would like to fix my current profile without the hassle of moving over > to a new one. Does anyone have any hints about where I can look? Any > files (like key3.db) that I can delete to re-initialize my security? > > I appreciate any tips. > Thanks, > Ben >
