mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-12 10:23:19 +00:00
fix(mail): escape angularJS directive for description
This commit is contained in:
@@ -1091,7 +1091,7 @@ static const NSString *kJwtKey = @"jwt";
|
||||
}
|
||||
|
||||
//Check common injection
|
||||
loginClean = [login stringWithoutHTMLInjection: YES];
|
||||
loginClean = [login stringWithoutHTMLInjection: YES stripAngular:NO];
|
||||
if(![loginClean isEqualToString: login])
|
||||
{
|
||||
loginClean = @"";
|
||||
|
||||
Reference in New Issue
Block a user