dantheclamman@lemmy.world to Technology@lemmy.worldEnglish · 1 年前Apple already shipped attestation on the web, and we barely noticedhttptoolkit.comexternal-linkmessage-square48fedilinkarrow-up1149arrow-down17cross-posted to: technology@lemmy.worldtechnology@beehaw.orgtechnology@lemmy.worldtechnology@beehaw.orgtechnologyeticadigitale@feddit.ithackernews@lemmy.smeargle.fansprivacyhackernews@derp.foo
arrow-up1142arrow-down1external-linkApple already shipped attestation on the web, and we barely noticedhttptoolkit.comdantheclamman@lemmy.world to Technology@lemmy.worldEnglish · 1 年前message-square48fedilinkcross-posted to: technology@lemmy.worldtechnology@beehaw.orgtechnology@lemmy.worldtechnology@beehaw.orgtechnologyeticadigitale@feddit.ithackernews@lemmy.smeargle.fansprivacyhackernews@derp.foo
minus-square2xsaiko@discuss.tchncs.delinkfedilinkEnglisharrow-up13·1 年前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.
minus-squaretonarinokanasan@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·1 年前While 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