]> git.kaiwu.me - nginx.git/commit
Removed bgcolor attribute on body in error pages and autoindex.
authorNova DasSarma <nova@novalinium.com>
Wed, 19 Sep 2018 14:26:47 +0000 (09:26 -0500)
committerNova DasSarma <nova@novalinium.com>
Wed, 19 Sep 2018 14:26:47 +0000 (09:26 -0500)
commit8117b3f5a06b68afb292ddd19bf6ee6000707232
treef2fd38fbc94e94d0c1c1147f2e4ba8d945a7bec1
parentab9038af7eaf1ec67ae4ccc357e5c702b9cfc099
Removed bgcolor attribute on body in error pages and autoindex.

The bgcolor attribute overrides compatibility settings in browsers
and leads to undesirable behavior when the default font color is set
to white in the browser, since font-color is not also overridden.
src/http/modules/ngx_http_autoindex_module.c
src/http/ngx_http_special_response.c