You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: added transform to handle urls without proto
closesTryGhost#812
Update url handling behaviour:
- When entering a URL, add a protocol if one is missing
- Follow the rules laid out in TryGhost#812, so that we use https by default where possible
- Also handle domains entered with // at the start
Swap to using url util
- moved all old usages of validate-instance-url
0 commit comments