Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

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

자세히 살펴보기

netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect") does not works anymore afer ff15.0.1 update ?

more options

since ff 15.0.1 update ( today) netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect") does not ask for the privilege anymore ... Is the xpcom interface outdated ?

since ff 15.0.1 update ( today) netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect") does not ask for the privilege anymore ... Is the xpcom interface outdated ?

선택된 해결법

Yes. Starting in Firefox 17 privileged code can not run in a web page anymore. In Firefox 15 you have to manually change a setting to enable it. You can bring that kind of functionality to an extension. Starting points: https://developer.mozilla.org/en-US/docs/Code_snippets/Interaction_between_privileged_and_non-privileged_pages

For beginners: https://developer.mozilla.org/en-US/docs/XUL_School/Getting_Started_with_Firefox_Extensions

More information: https://developer.mozilla.org/en-US/docs/Bypassing_Security_Restrictions_and_Signing_Code

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (4)

more options

See:

(please do not comment in bug reports)

more options

So, all the stuff to read directory entries or save files ( json ) are gone ? what are the alternatives ?

글쓴이 heribert 수정일시

more options

선택된 해결법

Yes. Starting in Firefox 17 privileged code can not run in a web page anymore. In Firefox 15 you have to manually change a setting to enable it. You can bring that kind of functionality to an extension. Starting points: https://developer.mozilla.org/en-US/docs/Code_snippets/Interaction_between_privileged_and_non-privileged_pages

For beginners: https://developer.mozilla.org/en-US/docs/XUL_School/Getting_Started_with_Firefox_Extensions

More information: https://developer.mozilla.org/en-US/docs/Bypassing_Security_Restrictions_and_Signing_Code

글쓴이 HolyMan 수정일시

more options

No, It does not help .... My aim is not being able create an extension.... My aim is to save some xml data to a file stored on the hard disk ! I have not seen here any reply regarding this MAIN problem !