Go to file
Rupert Ben Wiser f8448c38fd Add github workflow to publish to gh-pages branch
This should auto process the bikeshed on push to main and publish
to the gh-pages branch.

Also updating the WebIDL to pass validation.
2023-06-20 14:19:28 +00:00
.github/workflows Add github workflow to publish to gh-pages branch 2023-06-20 14:19:28 +00:00
docs Add github workflow to publish to gh-pages branch 2023-06-20 14:19:28 +00:00
README.md Add github workflow to publish to gh-pages branch 2023-06-20 14:19:28 +00:00
explainer.md use eTLD+1, not TLD 2023-04-27 10:01:28 +01:00

README.md

Web Environment Integrity API

This repository details the proposal to add a new API for determining the integrity of web environments:

const attestation = await navigator.getEnvironmentIntegrity("...");

The explainer goes gives a high level overview of the proposal.

The spec currently describes how this is being prototyped in Chromium.