Prevent users adding too many extension requests.
Only 1000 requests are allowed which should be enough. For now, there won't be any user warning if that happen. Once the limitation is exceeded, some requests will be filter out. The filter is stable. One request contains a 32 characters extension id and int64 timestamp. 1000 requests should take less than 50kb per Profile. The report size limitation os 5mb. Bug: 1065458 Change-Id: Id9e654dfd43783d22f0535ba5f27679e744f4ffe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124908 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#754903}
Showing
Please register or sign in to comment