Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

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 ?

Solution choisie

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

Lire cette réponse dans son contexte 👍 2

Toutes les réponses (4)

See:

(please do not comment in bug reports)

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

Modifié le par heribert

Solution choisie

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

Modifié le par HolyMan

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 !