mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-08 20:09:44 +00:00
feat(core): Add URL encryption for GDPR compliancy. Disable url encryption for caldav.
This commit is contained in:
@@ -980,7 +980,7 @@
|
||||
if ([[[path objectAtIndex: i] lowercaseString] isEqualToString:@"dav"]) {
|
||||
if ([path count] > (i + 1)) {
|
||||
[path replaceObjectAtIndex: (i +1)
|
||||
withObject: [SOGoUser getDecryptedUsernameIfNeeded: [path objectAtIndex: (i + 1)]]];
|
||||
withObject: [SOGoUser getDecryptedUsernameIfNeeded: [path objectAtIndex: (i + 1)] request: [context request]]];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user