Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Add on needed for work, produces javascript error

  • 2 ответа
  • 1 имеет эту проблему
  • 37 просмотров
  • Последний ответ от cor-el

more options

My girlfriend is using an app she needs for work. It should generate a javascript window, but before it opens it it says Javascript Application TypeError: netscape.security.PrivilegeManager is undefined Then the window that opens doesn't allow me to populate the fields in it.

Is there any way to get around this?

My girlfriend is using an app she needs for work. It should generate a javascript window, but before it opens it it says Javascript Application TypeError: netscape.security.PrivilegeManager is undefined Then the window that opens doesn't allow me to populate the fields in it. Is there any way to get around this?

Все ответы (2)

more options

Whatever add-on this is simply needs to be updated to support new versions of Firefox. Please contact the developer.

more options

Support for enablePrivilege has been removed in Firefox (Bug 546848), so it is no longer possible to get special elevated privileges via the netscape.security.PrivilegeManager interface.

Extensions do not need to use this (they already run code with proper privileges) and if web page use this then they will have to use other ways get what they want like providing a Firefox extension.


(Bug 546848 - Remove support for enablePrivilege)