View previous topic :: View next topic |
Author |
Message |
Alex24 Guest
|
Posted: Tue Apr 19, 2005 Post subject: Adblock Passwort available? |
|
|
Hello all.
How can I protect my Adblock-Preferences for unauthorized access?
Can I set a Password to do this?
Thanks for Answers.
So long.
Alex |
|
Back to top |
|
 |
SnarlCat
Joined: 26 Oct 2004 Posts: 55
|
Posted: Tue Apr 19, 2005 Post subject: |
|
|
You can't. Adblock stores lists and settings is the user profile.
Sorry.
SnarlCat _________________ --
"There are 11 types of people -- those that understand binary, those that don't, and those that think they do." |
|
Back to top |
|
 |
ohman Guest
|
Posted: Thu Apr 21, 2005 Post subject: |
|
|
will adding following to my user.js file and making it read only help?
currently they show up in my prefs.js file.
Code: | user_pref("adblock.enabled", true);
user_pref("adblock.fastcollapse", false);
user_pref("adblock.frameobjects", false);
user_pref("adblock.hide", false);
user_pref("adblock.linkcheck", true);
user_pref("adblock.pageblock", false);
[edited]
user_pref("adblock.quickblock", "off"); |
Edit: Removed the filters to preserve the layout of the forum. --kstahl |
|
Back to top |
|
 |
kstahl Support
Joined: 02 Jan 2004 Posts: 1202 Location: Stockholm, Sweden
|
Posted: Thu Apr 21, 2005 Post subject: |
|
|
Yes, they will overwrite the values in prefs.js everytime you restart the browser. However, someone could still modify the Adblock filters when the browser is running, as long as they don't restart it. _________________ Adblock 0.5.3.042
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1. Gecko/20051111 Firefox/1.5 |
|
Back to top |
|
 |
|