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

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

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

Подробнее

How do I disable all HTML5 functionality? If there's no way to do this in-browser, could you direct me to the relevant part of the source code?

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

more options

How do I disable all HTML5 functionality? I don't mean just YouTube players or add-ons, I mean wiping out all HTML5 functionality from the browser. (disable, wipe out, annihilate, scorched earth . . . you get the picture)

If there's no way to do this in-browser or with about:config, could you direct me to the relevant part of the source code so I can just re-program it?

Running Firefox 39.0 on Win7 x64

How do I disable all HTML5 functionality? I don't mean just YouTube players or add-ons, I mean wiping out all HTML5 functionality from the browser. (disable, wipe out, annihilate, scorched earth . . . you get the picture) If there's no way to do this in-browser or with about:config, could you direct me to the relevant part of the source code so I can just re-program it? Running Firefox 39.0 on Win7 x64

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

more options

First, why do you want to disable HTML5? It is used by MANY websites for MANY different features, from better form support, to audio, to webgl graphics, etc.

You can see all HTML5 features your browser supports at http://html5test.com/

Finally, no, it's not possible to turn HTML5 support off, and the amount of work it would take to rip it out of the source code would be nearly impossible. Plus that browser would barely work on the web.

more options

You can set these media prefs to false on the about:config page:

  • media.windows-media-foundation.enabled
  • media.directshow.enabled
  • media.mediasource.enabled

Изменено cor-el