From 01c9cba9039b7fce003e6a59a16919176aa2c427 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sat, 19 Nov 2016 05:41:23 -0800 Subject: [PATCH] Config.pm: mark .cer, .crt and .sig reserved suffixes Signed-off-by: Kyle J. McKay --- Girocco/Config.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Girocco/Config.pm b/Girocco/Config.pm index e26b3f2..c9aa338 100644 --- a/Girocco/Config.pm +++ b/Girocco/Config.pm @@ -685,7 +685,9 @@ our %reserved_suffixes = ( # Entries must be lowercase WITHOUT a leading '.' bmp => 1, bz2 => 1, + cer => 1, cgi => 1, + crt => 1, css => 1, dmg => 1, fcgi => 1, @@ -703,6 +705,7 @@ our %reserved_suffixes = ( pem => 1, php => 1, png => 1, + sig => 1, shtml => 1, svg => 1, svgz => 1, -- 2.11.4.GIT