about summary refs log tree commit diff
path: root/__tests__/lib/strings/url-helpers.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Special-case bsky.app/download to open share sheet or copy to clipboard (#3710)Samuel Newman2024-04-271-3/+4
| | | | | | | | | | | * special-case bsky.app/download to share * Address feedback * Improve detection --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Update trusted hosts, allow `#`, and add more tests (#3232)Hailey2024-03-191-0/+38
| | | | | * Update trusted hosts, allow `#`, and add more tests * update comments
* Fixes 1731, compare URLs case-insensitive (#1980)Eric Bailey2023-11-221-0/+7
|
* Only warn on links to bsky.app if it represents itself as another url (#1662)Paul Frazee2023-10-101-0/+36
| | | | | * Only warn on links to bsky.app if it represents itself as another url (close #1652) * Clean up
* Warn the user on links that dont match their text (#1573)Paul Frazee2023-10-021-0/+98
* Add link warning modal when URLs do not match their text * Simplify the misleading link case for clarity * Fix typecheck * fix dark mode * Give a stronger visual indication of the root domain in the link warning * More rigorous URL mismatch logic * Remove debug --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>