Skip to content

Claude Studio v1.18.6

Choose a tag to compare

@ocracy ocracy released this 23 Aug 19:49
· 2 commits to main since this release

It was never the certificate

Chrome verified the issuer and still called the page insecure — because the page contained resources loaded over plain http. Mixed content withdraws precisely what the certificate was installed for: no service worker, no Install app, no notifications, and a missing padlock as the only visible symptom.

  • The secure listener now sends upgrade-insecure-requests, so a stray http subresource is fetched over https instead of poisoning the page — whatever wrote the URL.
  • The app reports any resource it loaded over http to the Mac's bridge log. The browser knows which one it was; a phone has no console to ask it from.