From b1294437b3d2e5583db126cb180461e5c565d0a7 Mon Sep 17 00:00:00 2001 From: Brandon Sturgeon Date: Mon, 30 Dec 2024 18:52:21 -0800 Subject: [PATCH] Add other new convar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d7e266..b1e3b28 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ The best way to configure this addon is using lua files. | cfc_http_restrictions_log_allows | 1 | Should log allowed HTTP requests? | | cfc_http_restrictions_log_blocks | 1 | Should log blocked HTTP requests | | cfc_http_restrictions_log_verbose | 0 | Should the logs include verbose messages? noisy domains and full urls. | +| cfc_http_restrictions_error_on_blocks | 0 | Should a non-halting error be thrown when a request is blocked? | ## Serverside Convars | name | default | description |