From 89532082ea308a7a68fdf6e20c64f12ea3d4e703 Mon Sep 17 00:00:00 2001
From: Domenic Denicola If the result of should navigation request of type be blocked by Content Security
- Policy? given request and cspNavigationType is "
@@ -102782,9 +102782,10 @@ location.href = '#foo';
Blocked
", then set response to a network error and
- break. CSPBlocked
", then set response
+ to a network error and break. CSP
Set response to null.
Queue a global task on the navigation and traversal task
source given navigable's active window to
navigate to a javascript:
URL given navigable,
- url, historyHandling, initiatorOriginSnapshot,
- userInvolvement, and cspNavigationType.
Return.
To navigate to a javascript:
URL, given a navigable
targetNavigable, a URL url, a history handling
- behavior historyHandling, an origin initiatorOrigin, a
- user navigation involvement userInvolvement, and a string
+ behavior historyHandling, a source snapshot params
+ sourceSnapshotParams, an origin initiatorOrigin, a user
+ navigation involvement userInvolvement, and a string
cspNavigationType:
If the result of should navigation request of type be blocked by Content Security
- Policy? given request and cspNavigationType is " given request, cspNavigationType, and
+ sourceSnapshotParams's source
+ policy container's CSP list is "
Blocked
", then return. CSP
Let newDocument be the result of source policy container, and
- cspNavigationType is "Blocked
", then set response
- to a network error and break. CSP
Blocked
", then set response to a network error and
+ break. CSP
Set response to null.