Thanks for all your thoughts.
I managed to disable Tools -> Options -> Security -> Saved Passwords so nobody can look there for my saved passwords.
In order to explain my problem better, here's an example:
- I have admin rights on my PC. The other users don't.
- I have a basic CMS.
- The login form fields such as the password one can be read by using the following piece of JavaScript code:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j
Thus, if I saved the username and password for later use, somebody else can access my login form, choose the username (was saved), then the password will show up in its field and the user can jus type the JavaScript code from above and an alert window will popup with my password. You can try that..just go to https://login.yahoo.com/config/login_verify2?.intl=us&.src=ym and enter an username and type a test pass. Then use the code from above.
That's just an example.
So, what I would like to do is:
- disable window.alert in Firefox
- or, disable JavaScript input in the browser address bar.
Thanks for all your help guys.