Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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 Antworten
  • 2 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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

Alle Antworten (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

Geändert am von cor-el