decompress responses to filter them

This commit is contained in:
Jérôme Schneider 2014-11-09 21:03:52 +01:00
parent a4ab4e3b3f
commit 7b4992f2a0
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ mapping = [
'on_response': [{
'filter': archimed.default_resp,
'content-types': ['text/html', 'application/javascript', 'application/x-javascript', 'application/json'],
'decompress': False,
}]
},
{