TF-4136 security(sentry): scrub sensitive headers without mutating HTTP payloads

This commit is contained in:
dab246
2025-12-15 13:52:35 +07:00
committed by Dat H. Pham
parent fdda936ac2
commit 95534e28e0
5 changed files with 57 additions and 11 deletions
+3 -1
View File
@@ -30,5 +30,7 @@ Future<void> runTmailPreload() async {
await CozyIntegration.integrateCozy();
await HiveCacheConfig.instance.initializeEncryptionKey();
setPathUrlStrategy();
if (PlatformInfo.isWeb) {
setPathUrlStrategy();
}
}