搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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于修改