Microsoft Not Worried about FireFox
didde writes "It seems like our friends in Redmond are quite happy about IE. According to this article, they won't be updating it until Longhorn. My favorite quote would be [We have a very, very innovative set of capabilities that we're putting in the next version. And in the meantime it's an extensible platform, and there will be a set of extensions that Microsoft does as well as others.] Oh boy, are they actually working side by side with the virusmakers and phishers?" That just gives the MozBoys a year head start.
At your own risk, of course. Firefox 1.0PR passed with flying colors.
Opera 7.54u1 build 3918 passed.
The Browser Security Test is finished. Please find the results below:
High Risk Vulnerabilities 0
Medium Risk Vulnerabilities 0
Low Risk Vulnerabilities 0
Belief is the currency of delusion.
I think the grandparent is referring to the story about an MS article reviewing MSN Search which features a screenshot of MSN Search in the Firefox browser. Microsoft, being Microsoft, denied it completely, even though we all had the evidence on many websites.
Of course I may be wrong.
Here are some articles I wrote related to this topic:
- How to detect Internet Explorer
- Masquerading your browser
- HTTP header viewer
Erichas MS EVER lost a market once they came to dominate it?
They will. Every single market that Microsoft currently dominates has solid gaining competitors, because the technology is becoming commoditized more and more. Office suites are something people should not have to pay a lot of money for, any longer, as are operating systems. That could be a big one-two punch for Microsoft.
When in history has there been such a broad line of software products with a common base? Sun JDS, Xandros, Linspire, Red Hat, SuSE, etc. all have the same overall source base plus their value added goodies for their target markets. This should be making Microsoft very very nervous about the future of Windows. No one can really take Windows, customize it, call it their own, and sell it, like people can with open source systems.
-- "Makes Little Debbie look like a pile of puke!" - Moe Szyslak
Yet ANOTHER reason Firefox is a great browser is the great plug-ins and tweaks the community produces!
i ning.maxrequests
[ from boingboing.net ]
Here's a great go-faster tip for Firefox, the free, rock-solid, secure browser from the Mozilla Foundation:
1.Type "about:config" into the address bar and hit return. Scroll down
and look for the following entries:
network.http.pipelining network.http.proxy.pipelining
network.http.pipel
Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.
2. Alter the entries as follows:
Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"
Set "network.http.pipelining.maxrequests" to some number like 30. This
means it will make 30 requests at once.
3. Lastly right-click anywhere and select New-> Integer. Name it
"nglayout.initialpaint.delay" and set its value to "0". This value is the
amount of time the browser waits before it acts on information it receives.
If you're using a broadband connection you'll load pages MUCH faster now!
Enjoy!
-Valiss
> Oh, gee, your impression? Well, hey, that proves
> it.
Without access to the IE source code, it's hard to be sure, but there have been a number of bugs related to string buffer overflows in different parts of IE.
> In SP2, they recompiled all system libraries,
> including IE, using the VS2005 compiler with
> overflow detection.
That approach is not perfect, and would have been less necessary if they were using a safe string library. Still, it probably would be a good idea for Mozilla.org to build Firefox with the same options if they don't already.
> Has Mozilla done a code audit?
Mozilla.org has not done a systematic code audit, as far as I know, other than the regular code reviews that happen before checkin. I do know that people have studied the code, some using automated tools, others by hand, but we only know if people choose to tell us. (Which they often do to claim money under the bugs bounty program.)