-
-
Notifications
You must be signed in to change notification settings - Fork 210
BrowserNavigationCrossOriginPolicyEnum
David Ortner edited this page Jan 12, 2024
·
1 revision
enum BrowserNavigationCrossOriginPolicyEnum
Name | Description |
---|---|
anyOrigin | The browser can navigate to any origin. |
sameOrigin | The browser can only navigate to the same origin as the current page or its parent. |
strictOrigin | The browser can never navigate from a secure protocol (https) to an unsecure protocol (http), but it can always navigate to a secure (https). |