This reverts commit ede561cb74, reversing changes made to 2d13e125bb.
ede561cb74
2d13e125bb
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Add TLS requirement for HTTP hook destinations: - Warn when plain http:// URLs are used - Reject remote http:// in production mode - Allow http://localhost and http://127.0.0.1 for dev Prevents secret exfiltration over unencrypted channels.