Update patch description

This commit is contained in:
csagan5 2022-07-25 04:40:03 +02:00
parent 94fb357b3e
commit 1a874980c9

View file

@ -4,6 +4,9 @@ Subject: Partition Blink memory cache
Blink's in-memory cache is not partitioned (see also: http://crbug.com/1127971)
This patch partitions it by the top-level site.
This mitigation is effective in case the rendering process is re-used, because
on such case the cache would be re-used as well and transfer information between
different contexts.
See also:
* https://github.com/bromite/bromite/pull/2173