Skip to content

Commit

Permalink
Re-add file:// sanitation
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed May 11, 2024
1 parent 698c8d1 commit a44eb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apprise/attachment/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def parse_url(url):
"""

results = AttachBase.parse_url(url, verify_host=False)
results = AttachBase.parse_url(url, verify_host=False, sanitize=True)
if not results:
# We're done early; it's not a good URL
return results
Expand Down

0 comments on commit a44eb8f

Please sign in to comment.