github coder/httpjail v0.6.0

10 hours ago

What's Changed

  • ci: fix cargo caching in docs build and update deprecated macOS runner (#93) (dec08ee)
  • v0.6.0 (655af95)
  • Implement automatic JavaScript file reloading (issue #88) (#91) (45ac4fe)
  • Add console.log() support for JavaScript rules (#92) (42c46c9)
  • docs: Add IIFE pattern for return statements in JS rules (#90) (4700593)

Installation

Download the appropriate tarball for your platform, extract it, and place the binary in your PATH:

tar xzf httpjail-*.tar.gz
sudo mv httpjail-*/httpjail /usr/local/bin/
# on macOS, you may need to run:
#   xattr -d com.apple.quarantine httpjail-*/httpjail
# before the system allows you execute it.

Or install from crates.io:

cargo install httpjail

Don't miss a new httpjail release

NewReleases is sending notifications on new releases.