If I try to write:
netscape.security.PrivilegeManager.enablePrivilege('UniversalBrowserWrite');
Firefox 3 tell me that to my script have been negated the UniversalBrowserWrite privileges!
Now I want to execute in my LAN a program that is maximized in a fullscreen mode and I want to use privileged statements for the windows as toolbar=no
etc. but how can I do that?
I remember that when we use the statement above to the user will be prompeted a window that tell it to accept a privileged script but now that window does not show.
I hope I must not set some about:config because my program must run into a LAN and I should deploy that configuration to all the client.