mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-18 13:13:31 +00:00
fix(core): remove trailing closing angle bracket from detected URLs
Fixes #5465
This commit is contained in:
@@ -213,7 +213,7 @@ static int cssEscapingCount;
|
||||
if (!urlAfterEndingChars)
|
||||
{
|
||||
urlAfterEndingChars = [NSMutableCharacterSet new];
|
||||
[urlAfterEndingChars addCharactersInString: @"()[]\t \r\n"];
|
||||
[urlAfterEndingChars addCharactersInString: @"()>[]\t \r\n"];
|
||||
}
|
||||
if (!schemaStartChars)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user