-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ensure all URLs are http or https * Ensure all URLs do not have duplicate `/` characters anywhere (might cause issues with some web servers) * Replace URL strings with `URL` objects to prevent most malformations Fixes #7
- Loading branch information
Dani Llewellyn
committed
Nov 3, 2022
1 parent
48dd900
commit fd943cc
Showing
2 changed files
with
42 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters