Remove optional https from imageUrl regex#484
Remove optional https from imageUrl regex#484joejstuart wants to merge 1 commit intoenterprise-contract:mainfrom
Conversation
Remove this option from the imageUrl. As it adds no value to the user and just complicates things.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #484 +/- ##
=====================================
Coverage 0.55% 0.55%
=====================================
Files 6 6
Lines 363 363
=====================================
Hits 2 2
Misses 361 361
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Will this break people who do have the https in their urls? |
|
What's the motivation? Just because it's useless? |
|
@joejstuart I guess my questions are still relevant. FWIW I'm not against merging this if we're confident it won't break anyone. |
I completely forgot about this. Yes, it's useless and we're using the |
|
Rebase needed? |
|
LGTM. Don't forget to rebase so we have the corresponding unit-test verify this change. |
Remove this option from the imageUrl. As it adds no value to the user and just complicates things.