@clipboard-health/clearance 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
<h1 align="center">clearance</h1>
|
|
2
|
+
<p align="center">
|
|
3
|
+
<img alt="Clearance logo." height="250px" src="../../static/clearance.svg">
|
|
4
|
+
</p>
|
|
2
5
|
|
|
3
6
|
A local HTTP/HTTPS forward proxy that gates network egress against a
|
|
4
7
|
hostname allowlist. Built for deny-by-default sandboxes — coding agents,
|
package/package.json
CHANGED