Slashdot Mirror


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.

4 of 674 comments (clear)

  1. browser security check by exhilaration · · Score: 5, Informative
    If you're still using an older (more than 6 months since you've patched) web browser, I suggest you check out this browser security check, which will test it for exploits.

    At your own risk, of course. Firefox 1.0PR passed with flying colors.

  2. Re:We're heard this line before by Haydn+Fenton · · Score: 5, Informative

    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.

  3. Re:We're heard this line before by Eric+Giguere · · Score: 4, Informative

    Here are some articles I wrote related to this topic:

    Eric
  4. Go-faster tweak for Firefox by Valiss · · Score: 4, Informative

    Yet ANOTHER reason Firefox is a great browser is the great plug-ins and tweaks the community produces!

    [ 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.pipeli ning.maxrequests

    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