1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

header rewrite: pass through 'content-range' header

This commit is contained in:
Ilya Kreymer 2014-07-07 17:02:44 -07:00
parent 02326a2b12
commit daffc7ff5d

View File

@ -31,7 +31,7 @@ class HeaderRewriter:
'xml': ['/xml', '+xml', '.xml', '.rss'],
}
PROXY_HEADERS = ['content-type', 'content-disposition']
PROXY_HEADERS = ['content-type', 'content-disposition', 'content-range']
URL_REWRITE_HEADERS = ['location', 'content-location', 'content-base']