Public Suffix List/Uses: Difference between revisions

(→‎Programming Languages and Libraries: Add some links to libraries using the PSL.)
Line 54: Line 54:
For this purpose, PRIVATE domains are ignored, although this may change in the future.
For this purpose, PRIVATE domains are ignored, although this may change in the future.


====Multi-process Security====
====Multi-process Architecture====


Chrome implements of a multi-process security model involving a singular "browser" process and multiple "renderer" process. It uses the PSL to determine when to create a new renderer process, on the basis that a compromise of a single renderer should not compromise data (eg: cookies, LSOs) from other origins.
Chrome implements of a multi-process architecture involving a singular "browser" process and multiple "renderer" processes. It uses the PSL to identify pages that cannot script each other, helping to determine when to create a new renderer process.


It does not make a distinction between private domains and ICANN-delegated domains.
It does not make a distinction between private domains and ICANN-delegated domains.
21

edits