Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

UniversalFileRead parameter is not working in FireFox12

  • 2 답장
  • 12 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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.

글쓴이 ameetbhat 수정일시

모든 댓글 (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.