mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
TEMP: Remove sanitization again
This commit is contained in:
parent
9c1171fb11
commit
6dcd1015da
@ -30,7 +30,7 @@ class StaticHandler(object):
|
||||
if url.endswith('/'):
|
||||
url += 'index.html'
|
||||
|
||||
url = sanitize_filepath(url)
|
||||
# url = sanitize_filepath(url)
|
||||
|
||||
static_path_to_validate = None
|
||||
full_path = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user