Actions
Bug #2708
closedsetenv.add-response-header adds header twice if starts with X-
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.
Updated by flynn almost 9 years ago
Sorry, invalid, can be closed.
(drupal changed it's defaults and adds this header itself now always)
Actions
Also available in: Atom