| Index: components/sync/protocol/sync.proto
|
| diff --git a/components/sync/protocol/sync.proto b/components/sync/protocol/sync.proto
|
| index f29afb31f34cdff5feee41dc1a52bf45962e6322..a9301d36bb91edf756f1da6551ed561e4b7b6342 100644
|
| --- a/components/sync/protocol/sync.proto
|
| +++ b/components/sync/protocol/sync.proto
|
| @@ -431,6 +431,13 @@ message CommitMessage {
|
|
|
| // Set of optional per-client datatype contexts.
|
| repeated DataTypeContext client_contexts = 5;
|
| +
|
| + // This field need to be 256 bytes if set. This attempts to mitigate CRIME
|
| + // attacks when sync communicate from client to server with compression. So if
|
| + // compression is used, this need to set a 256 random ASCII bytes. If no
|
| + // compression, this field should not be set. The server can ignore the
|
| + // padding.
|
| + optional string padding = 6;
|
| };
|
|
|
| // This message communicates additional per-type information related to
|
|
|