diff --git a/xpfe/browser/resources/content/nsBrowserStatusHandler.js b/xpfe/browser/resources/content/nsBrowserStatusHandler.js index 886de739da83..d0191c35c7fd 100644 --- a/xpfe/browser/resources/content/nsBrowserStatusHandler.js +++ b/xpfe/browser/resources/content/nsBrowserStatusHandler.js @@ -172,7 +172,10 @@ nsBrowserStatusHandler.prototype = mimeTypeIsTextBased : function(contentType) { - return /^text\/|\+xml$/.test(contentType); + return /^text\/|\+xml$/.test(contentType) || + contentType == "application/x-javascript" || + contentType == "application/xml" || + contentType == "mozilla.application/cached-xul"; }, onLinkIconAvailable : function(aHref) {