httpjail 0.6.1

Monitor and restrict HTTP/HTTPS requests from processes
Documentation
[book]
authors = ["Ammar Bandukwala"]
language = "en"
src = "docs"
title = "httpjail"
description = "HTTP(S) Request Jailing: Control what your processes can request"

[build]
build-dir = "book"

[preprocessor.index]

[preprocessor.links]

[preprocessor.mermaid]
command = "mdbook-mermaid"

[output.html]
default-theme = "rust"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/coder/httpjail"
git-repository-icon = "fab-github"
edit-url-template = "https://github.com/coder/httpjail/edit/main/{path}"
site-url = "https://coder.github.io/httpjail/"
cname = ""
mathjax-support = false
additional-css = ["docs/custom.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
no-section-label = false
fold.enable = true
fold.level = 0
playground.copyable = true
playground.copy-js = true
playground.line-numbers = false
playground.editable = false

[output.html.search]
enable = true
limit-results = 30
teaser-word-count = 30
use-boolean-and = true
boost-title = 2
boost-hierarchy = 1
boost-paragraph = 1
expand = true
heading-split-level = 3

[output.html.redirect]

# Disabled: mdbook-linkcheck 0.7.7 is incompatible with mdbook 0.5.x
# [output.linkcheck]
# follow-web-links = false
# traverse-parent-directories = false
# exclude = [ "^https://crates\\.io", "^https://docs\\.rs" ]
# warning-policy = "warn"