mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-14 03:13:18 +00:00
fix(mail): escape angularJS directive for description
This commit is contained in:
@@ -1750,7 +1750,7 @@ static NSArray *reminderValues = nil;
|
||||
id o, v;
|
||||
|
||||
requestStr = [[context request] contentAsString];
|
||||
requestStr = [requestStr stringWithoutHTMLInjection: NO];
|
||||
requestStr = [requestStr stringWithoutHTMLInjection: NO stripAngular:NO];
|
||||
o = [requestStr objectFromJSONString];
|
||||
results = nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user