Simon Volpert minipos / a81798d
Fix favicon mime type Simon Volpert 6 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3434 },
3535 'cache': [],
3636 }
37 binary_extensions = ['png', 'jpg', 'gif']
37 binary_extensions = ['png', 'jpg', 'gif', 'ico']
3838 mime_types = {
3939 'txt': 'text/plain',
4040 'css': 'text/css',
4343 'jpg': 'image/jpeg',
4444 'gif': 'image/gif',
4545 'svg': 'image/svg+xml',
46 'ico': 'image/x-icon',
4647 }
4748 # A list of files which will always be served regardless of access control settings
4849 file_whitelist = ['style.css', 'logo.svg', 'logo.png', 'logo.gif', 'logo.jpg', 'favicon.png', 'favicon.ico']