https now automatically added if not present #1
Loading…
Reference in a new issue
No description provided.
Delete branch ":main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What this does sort:
People putting 'google.com' or whatever in. This will automatically become https://google.com
It doesn't sort sanitizing the URL entirely, e.g. 'google' will now go to https://google and choke. However, no more stack trace which isn't exactly nothing, but I don't know if it's going to actually be easier to work on.
Initially as experimenting with try catch in the routes but that's going to have to wait for another day.
I segmented helper stuff into another file, I'm not married to the name but I like having separation
https now automatically added if not presentto https now automatically added if not presentPer Dr. K:
http
/^https? '://'/
Good call with the Helper class and catching stack traces... I should be mindful of this before going to 'production'
https now automatically added if not presentto https now automatically added if not presentLGTM!!