Thomas J.S.: Mozilla und application/xml-dtd

Beitrag lesen

Hallo Andreas,

Wie kann ich meinen Mozilla 1.2.1 dazu bringen, Dokumente mit dem Mimetype application/xml-dtd (z.B. die DTDs zu XHTML) so zu behandeln, als wären sie text/plain?

Viellicht hilft das:
editiere die folgende Zeile in \mozilla\defaults\pref\all.js
// Headers
pref("network.http.accept.default", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1");

Grüße
Thomas