Skip to content

Commit

Permalink
TEMP: Remove sanitization again
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Oct 31, 2024
1 parent 9c1171f commit 6dcd101
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)

static_path_to_validate = None
full_path = None
Expand Down

0 comments on commit 6dcd101

Please sign in to comment.