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

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

Подробнее

How to allow for a script to upload a file from the hard drive?

  • 2 ответа
  • 2 имеют эту проблему
  • 36 просмотров
  • Последний ответ от guster33k

more options

HI,

I have a custom filing script that automates file upload for my filing script, but Firefox does not allow for that with a "Security Error: The operation is insecure".

This is only for my personal computer on a script that I developed only for myself, on a separate FF profile.

In the past I used netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead") but that has been removed from Firefox.

Is there any other way to change security settings in Firefox to allow for a script to upload a file from the hard drive?

Thank you

HI, I have a custom filing script that automates file upload for my filing script, but Firefox does not allow for that with a "Security Error: The operation is insecure". This is only for my personal computer on a script that I developed only for myself, on a separate FF profile. In the past I used netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead") but that has been removed from Firefox. Is there any other way to change security settings in Firefox to allow for a script to upload a file from the hard drive? Thank you

Изменено guster33k

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

more options

hello, please refer to https://developer.mozilla.org/en-US/docs/Bypassing_Security_Restrictions_and_Signing_Code.

apparently it's no longer to circumvent that easily - you'd have to create your own addon for this purpose...

more options

Hello Philipp,

Thank you for your answer.

Do you know if there is any other way to disable or reduce security in FF that would allow for me to change the value of a file input field? Like in about:config or somewhere else?

As I mentioned, this is only for my personal use on a separate profile. So if I disabled security, to me, it would be fine.

If not I would have to learn the whole creating a Firefox extension bit and then redevelop my script to extensions.

Thank you