Post B5jIcoQOWAcs5RdWfw by wren6991@types.pl
 (DIR) More posts by wren6991@types.pl
 (DIR) Post #B5jIcoQOWAcs5RdWfw by wren6991@types.pl
       1 likes, 0 repeats
       
       Stubbed my toe on "JavaScript can't do SHA-256 if your web app wasn't served over SSL" and apparently this is a known rabbit hole, holy shit: https://github.com/w3c/webcrypto/issues/28I would like to understand the thought process of someone who imagines any outcome other than people rolling their own crypto for locally served web apps
       
 (DIR) Post #B5jJ6bJVpRZm6xcbsO by lanodan@queer.hacktivis.me
       0 likes, 0 repeats
       
       @wren6991 I could maybe get making sure there's no https downgrade (say first-party is https but cdn is http), and that having an effect on *encryption* but SHA-256 is a hash, it doesn't matters.