Comment on Apple already shipped attestation on the web, and we barely noticed

<- View Parent
2xsaiko@discuss.tchncs.de ⁨1⁩ ⁨year⁩ ago

I just wrote a funny script and corresponding web page:

"use strict";

(() => {
  if (navigator.getEnvironmentIntegrity !== undefined) {
    window.location.href = "https://dblsaiko.net/no-wei";
  }
})()

If this API actually becomes a thing, I might put it on all my pages.

source
Sort:hotnewtop