diff --git a/SABnzbd.py b/SABnzbd.py index 8baf03e..6f3e088 100755 --- a/SABnzbd.py +++ b/SABnzbd.py @@ -1448,17 +1448,15 @@ def main(): sabnzbd.misc.remove_all(sessions, 'session-*.lock', keep_folder=True) else: sessions = None - - mime_gzip = ('text/html', - 'text/plain', - 'text/css', - 'text/xml', - 'text/javascript', + + mime_gzip = ('text/*', 'application/javascript', - 'text/x-javascript', 'application/x-javascript', - 'text/x-json', - 'application/json' + 'application/json', + 'application/xml', + 'application/vnd.ms-fontobject', + 'application/font*', + 'image/svg+xml' ) cherrypy.config.update({'server.environment': 'production', 'server.socket_host': cherryhost, diff --git a/interfaces/Glitter/templates/static/bootstrap/fonts/glyphicons-halflings-regular.woff b/interfaces/Glitter/templates/static/bootstrap/fonts/glyphicons-halflings-regular.woff deleted file mode 100644 index d83c539..0000000 Binary files a/interfaces/Glitter/templates/static/bootstrap/fonts/glyphicons-halflings-regular.woff and /dev/null differ