Commit 64a24ab5 authored by Sam Drew's avatar Sam Drew
Browse files

Adds definition for site and registrable domain

parent fdaf5c52
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -149,8 +149,12 @@ browser profiles: private browsing sessions, temporary guest profiles or user ma

public suffix list: list of eTLDs, where the url suffix may be shared by independent tenants

registrable domain: eTLD + 1 domain level, such that all sub-domains are registered to a single entity

rendering processes: processes or other execution contexts, that handle the execution or rendering of website assets

site: logical security boundary defined by scheme and registrable domain

third-party cookies: cookies keyed to a site other than the top-level site

Origin: An origin in browser products is the compound of the scheme, host and port of a web resource. When a web resource defined as valid in the user documentation cannot be formed into a meaningful combination of host, scheme and port, the product constructs a synthetic origin uniquely identifying the resource.
@@ -313,6 +317,7 @@ Almost all computer users interact with web browsers at some point. This include
- Professionals in all fields of work
- Workers in critical infrastructure
- Users with accessibility needs

## 4.6 Use Cases

### 4.6.1 Standalone browser use cases