Project

General

Profile

Actions

Bug #2708

closed

setenv.add-response-header adds header twice if starts with X-

Added by flynn over 8 years ago. Updated over 8 years ago.

Status:
Invalid
Priority:
Normal
Category:
-
Target version:
ASK QUESTIONS IN Forums:

Description

The following configuration line:

setenv.add-response-header = ( "X-Content-Type-Options" => "nosniff" )

results in adding the header twice:

HTTP/1.1 200 OK
X-Content-Type-Options: nosniff
X-Content-Type-Options: nosniff

This happens only, if the header starts with X-, all other headers are added only once as expected.

Actions #1

Updated by flynn over 8 years ago

Sorry, invalid, can be closed.

(drupal changed it's defaults and adds this header itself now always)

Actions #2

Updated by nitrox over 8 years ago

  • Status changed from New to Invalid
Actions

Also available in: Atom