From 8117b3f5a06b68afb292ddd19bf6ee6000707232 Mon Sep 17 00:00:00 2001 From: Nova DasSarma Date: Wed, 19 Sep 2018 09:26:47 -0500 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules') diff --git a/src/http/modules/ngx_http_autoindex_module.c b/src/http/modules/ngx_http_autoindex_module.c index 94b91db80..d59fba237 100644 --- a/src/http/modules/ngx_http_autoindex_module.c +++ b/src/http/modules/ngx_http_autoindex_module.c @@ -452,7 +452,7 @@ ngx_http_autoindex_html(ngx_http_request_t *r, ngx_array_t *entries) static u_char header[] = "" CRLF - "" CRLF + "" CRLF "

Index of " ; -- cgit