-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This integrates the manifest link relation into the HTML Standard, using its existing link-fetching machinery to replace what was previously in https://w3c.github.io/manifest/#manifest-life-cycle. This includes the following changes from those algorithms: * It sets the request's client. * It respects the nonce="", integrity="", and referrerpolicy="" attributes. * It causes non-ok status responses to fail, instead of processing the response body anyway. * It sets the use-URL-credentials flag. * It changes the handling of the crossorigin="" attribute to be consistent with the modulepreload link relation, with a default of "same-origin" instead of "omit". Co-authored-by: Domenic Denicola <d@domenic.me> Co-authored-by: Marcos Cáceres <mcaceres@mozilla.com>
- Loading branch information
1 parent
a2294a9
commit 81d7284
Showing
1 changed file
with
103 additions
and
12 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