diff --git a/pywb/apps/static_handler.py b/pywb/apps/static_handler.py index c191ae65..6e162ed1 100644 --- a/pywb/apps/static_handler.py +++ b/pywb/apps/static_handler.py @@ -30,7 +30,7 @@ def __call__(self, environ, url_str): if url.endswith('/'): url += 'index.html' - url = sanitize_filepath(url) + # url = sanitize_filepath(url) canonical_static_path = environ.get('pywb.static_dir') if not canonical_static_path: