dantheclamman to Technology@lemmy.worldEnglish • 2 years agoApple already shipped attestation on the web, and we barely noticedhttptoolkit.comexternal-linkmessage-square50fedilinkarrow-up1134arrow-down15cross-posted to: technology@lemmy.worldtechnology@beehaw.orgtechnology@lemmy.worldtechnology@beehaw.orgtechnology@lemmy.ml
arrow-up1129arrow-down1external-linkApple already shipped attestation on the web, and we barely noticedhttptoolkit.comdantheclamman to Technology@lemmy.worldEnglish • 2 years agomessage-square50fedilinkcross-posted to: technology@lemmy.worldtechnology@beehaw.orgtechnology@lemmy.worldtechnology@beehaw.orgtechnology@lemmy.ml
minus-square2xsaikolinkfedilinkEnglish12•2 years agoI 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.
minus-square@tonarinokanasan@lemmy.sdf.orglinkfedilinkEnglish3•2 years agoWhile this obviously would never help in any meaningful way, I do absolutely love it
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.
While this obviously would never help in any meaningful way, I do absolutely love it