[Webkit-unassigned] [Bug 194028] Add limits to the amount of JavaScript that can be loaded by a website

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 16:26:33 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=194028

--- Comment #6 from Maciej Stachowiak <mjs at apple.com> ---
Out of the various possible resource limits, I believe Alex's branch implements a limit on the input size of resources, but not runtime memory or CPU usage. Probably indirectly helps with bandwidth and load time, despite not directly targeting it.

As other prior art, Firefox at one point planned to block resources that are known trackers and which take more than a given amount of time to load. This is another possibility for resource limits.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190201/ae5e0e48/attachment.html>


More information about the webkit-unassigned mailing list