diff options
Diffstat (limited to 'examples/tipidee.conf')
-rw-r--r-- | examples/tipidee.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/tipidee.conf b/examples/tipidee.conf index 2138400..c44a015 100644 --- a/examples/tipidee.conf +++ b/examples/tipidee.conf @@ -35,10 +35,10 @@ # The default mappings should work well for most servers. # content-type text/html .html .htm -# You can add custom headers if you like. "weak" means that a CGI script -# can override them; "strong" means that they will take precedence over -# whatever a CGI script writes. -# custom-header weak X-Content-Type-Options nosniff +# You can add custom headers if you like. "add" means that a CGI script +# can override them; "always" means that they will take precedence over +# whatever a CGI script writes. "remove" and "never" to suppress headers. +# custom-header add X-Content-Type-Options nosniff ### Definitions for the example.com domain |