1
0
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:
Tessa Walsh 2024-10-31 13:03:21 -04:00
parent 9c1171fb11
commit 6dcd1015da

View File

@ -30,7 +30,7 @@ class StaticHandler(object):
if url.endswith('/'): if url.endswith('/'):
url += 'index.html' url += 'index.html'
url = sanitize_filepath(url) # url = sanitize_filepath(url)
static_path_to_validate = None static_path_to_validate = None
full_path = None full_path = None