Skip to content

Commit

Permalink
Adds a couple more ignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
skoczen committed May 20, 2014
1 parent 8a1789e commit 439eafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_seo_js/backends/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
IGNORED_HEADERS = [
'connection', 'keep-alive', 'proxy-authenticate',
'proxy-authorization', 'te', 'trailers', 'transfer-encoding',
'upgrade'
'upgrade', 'content-length', 'content-encoding'
]


Expand Down

0 comments on commit 439eafc

Please sign in to comment.