RichEmbed setURL has incorrect logic #7
Labels
No Label
Backlog
bug::Awaiting merge
bug::fix
bug::S1
bug::S2
bug::S3
change::Awaiting merge
change::breaking
change::minor
change::new
change::patch
Good First Issue
In Progress
priority::critical
priority::high
priority::low
priority::medium
proposal::accepted
proposal::denied
proposal::pending
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: engineering/community-relations#7
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
BUG REPORT
Brief Description: RichEmbed#setURL has incorrect logic when checking if URL starts with http(s). It should be
if (!url.startsWith('http://') && !url.startsWith('https://'))
. i.e.&&
instead of||
Priority: (1-5, 5 being the most urgent) 1
mentioned in commit
9e88445bbf
assigned to @matthew
Fixed by 9e8844
closed
mentioned in commit
ef31fc3abc