Skip to content

Commit

Permalink
TEMP: Check if sanitization is failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Oct 31, 2024
1 parent c79af0d commit 9d98cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywb/apps/static_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d98cf4

Please sign in to comment.