Skip to content

Commit 9d98cf4

Browse files
committed
TEMP: Check if sanitization is failing tests
1 parent c79af0d commit 9d98cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywb/apps/static_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __call__(self, environ, url_str):
3030
if url.endswith('/'):
3131
url += 'index.html'
3232

33-
url = sanitize_filepath(url)
33+
# url = sanitize_filepath(url)
3434

3535
canonical_static_path = environ.get('pywb.static_dir')
3636
if not canonical_static_path:

0 commit comments

Comments
 (0)