mirror of
https://github.com/mrclay/minify.git
synced 2025-08-08 07:06:49 +02:00
Default charset now UTF-8. Easier ab tests config.
This commit is contained in:
@@ -44,7 +44,7 @@ abstract class Minify_Controller_Base {
|
||||
,'encodeMethod' => null // determine later
|
||||
,'encodeLevel' => 9
|
||||
,'perType' => array() // no per-type minifier options
|
||||
,'contentTypeCharset' => null // leave out of Content-Type header
|
||||
,'contentTypeCharset' => 'UTF-8'
|
||||
,'setExpires' => null // use conditional GET
|
||||
,'quiet' => false // serve() will send headers and output
|
||||
|
||||
|
Reference in New Issue
Block a user