I encountered some problems with WPKG and Firefox, some solved and one not.
1) Left side scroolbar instead of right side: write this in the mms file:
LockPref ("layout.scrollbar.side", 2);
2) Firefox forgets evertime your proxy authentication (if you are in an AD
domain)
LockPref ("network.automatic-ntlm-auth.allow-proxies", true);
3) Bookmarks toolbar blank problem
If I drag a link in the bookmarks toolbar, it is blank all time. How can I
fix this?
|