News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Ivo Jansch's Blog:
How a PHP notice revealed a quirk of Norton Internet Security
April 05, 2006 @ 07:00:13

While hacking around on one of his recent PHP scripts, Ivo Jansch noticed something odd - a notice message that seemed to appear out of nowhere.

I thought 'Que?!', as I have not modified the code in class.atkoutput.inc in weeks, and certainly not tonight.

This code worked in all browsers, for years, without notices, because the HTTP_ACCEPT_ENCODING header is usually set for most major browsers.

He made a connection as to a probable cause - the error showed up when he had installed the Norton Internet Security software on his laptop. The firewall in this software was grabbing the header in the notice (the index for HTTP_ACCEPT_ENCODING in $_SERVER) and stripping it from the connection.

The (undocumented?) side effect is that with Norton Internet Security active, no page will be send gzipped. This is a performance penalty I think. They probably do it to be able to scan the text before it arrives in the browser (unzipping, scanning and rezipping would probably take too much time).

0 comments voice your opinion now!
php norton internet security software strip header HTTP_ACCEPT_ENCODING php norton internet security software strip header HTTP_ACCEPT_ENCODING



Similar Posts

Greg Beaver's Blog: Mac OS X ships with security hole-laden PEAR - how to upgrade immediately

Jim Plush\'s Blog: Holy Shit Batman - Sites popping up to decode Zend encoded files!

Greg Beaver\'s Blog: Custom project timeline/bug tracker for Chiara_PEAR_Server

Acunetix.com: Web Site Security Center

Davey Shafik\'s Blog: All for naught... (Cerebral Cortex Framework)


Community Events









Don't see your event here?
Let us know!


example book code framework developer zend package mysql database release job application cakephp security PEAR PHP5 releases ajax conference zendframework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework