This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

UniversalFileRead parameter is not working in FireFox12

  • 2 antwoorde
  • 12 hierdie probleem
  • 1 view
  • Laaste antwoord deur fgallnii

more options

hi , I am using FireFox 12 to test my application. My application is fetching file path to perform some validations.

In js file i have added following parameter and it is working fine with prior FF12 version netscape.security.PrivilegeManager.enablePrivilege("UniversalFileRead");

If i use alert('UniversalXPConnect = '+ netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect")); parameter then i can get file path in JS file.

Please help.

hi , I am using FireFox 12 to test my application. My application is fetching file path to perform some validations. In js file i have added following parameter and it is working fine with prior FF12 version netscape.security.PrivilegeManager.enablePrivilege("UniversalFileRead"); If i use alert('UniversalXPConnect = '+ netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect")); parameter then i can get file path in JS file. Please help.

Gewysig op deur ameetbhat

All Replies (2)

more options

You probably need to sign your script.

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

more options

Hi,

I have the same inconvenience with a Web product (Documentum) since I have upgraded my Firefox to the version 12.

I have tried with no success to override UniversalFileRead privilege directly in the browser preferences located in my Firefox user profile (pref.js) as proposed in this thread: http://www.mozilla.org/projects/security/components/jssec.html (or this one: http://www.mozilla.org/projects/security/components/per-file.html)

Is there any additionnal ideas to bypass this restriction?

Thanks in advance.