I'm writing a test harness that loads a document from the Web in an 
iframe and then walks the DOM tree of that document (for bug 31961). 
However, I'm not allowed to do that by default due to the sameOrigin 
policy.

I think I should call 
netscape.security.PrivilegeManager.enablePrivilege(privilegename);
but which privilegename should I use?

My test harness is intended to be run from the local drive or from a 
Bugzilla attachment.

-- 
Henri Sivonen
[EMAIL PROTECTED]
http://www.clinet.fi/~henris/

Reply via email to