Hi all.
I've recently switched to using konqueror as my browser (yay, it passed the ACID2 test
). One thing that annoys me is that it "helpfully" keeps suggesting that it stores passwords for sites requiring such. I want to tell konqueror (well, khtml as it turns out) that I don't want it to store passwords
*evar!* How do I do that?
By the magic of find, grep and general unixy goodness, I tracked down ~/.kde/share/apps/khtml/formcompletions:
Code:
q=free as in freedo,lineƦr algebra site:imf.au.dk,openmusic,maplew,acid2
[NonPasswordStorableSites]
Sites=www.amazon.com,www.kollegie8000.dk,www.jedimoose.org,sourceforge.net,survey.euro.confirmit.com,www.linuxquestions.org
I tried putting Sites=*, but that didn't do what I want. So, how do I make konqueror stop bugging me?