forked from w3c/webauthn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug w3c#256 - Clarify call of the "Relaxing the Same-Origin Restricti…
…on" algorithm This is an alternative to PR w3c#314 which inlines the "Relaxing the Same-Origin Restriction" algorithm within our document. Instead, this clarifies: 1) That the setter should be called on the current Document 2) That the active sandboxing flag set should be empty when the algorithm runs 3) Thrown errors should be used in the promise, not occluded Note: This version **permits** earlier set operations to `document.domain` to affect the outcome of the algorithm, in contrast to PR w3c#314 (at this time). This is mostly because the language is more natural here, but either PR could be changed to honor earlier set operations -- or not.
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters