dantheclamman to [email protected]English • 1 year agoApple already shipped attestation on the web, and we barely noticedhttptoolkit.commessage-square51fedilinkarrow-up1153cross-posted to: [email protected][email protected][email protected][email protected][email protected]
arrow-up1146external-linkApple already shipped attestation on the web, and we barely noticedhttptoolkit.comdantheclamman to [email protected]English • 1 year agomessage-square51fedilinkcross-posted to: [email protected][email protected][email protected][email protected][email protected]
minus-square2xsaikolinkfedilinkEnglish13•1 year 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@[email protected]linkfedilinkEnglish3•1 year 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