handler: Add ignore_fingerprinting to config (#33)

This commit is contained in:
catfromplan9
2025-05-13 22:26:32 +00:00
committed by GitHub
parent 02313315af
commit b606a21912
3 changed files with 6 additions and 1 deletions

View File

@@ -71,6 +71,10 @@
// If enabled, specific requests that look like git HTTP(s) clones will be let through.
"git_host": false,
// If enabled, fingerprinting is ignored and any IP will be able to use
// the cached token as long as it is still valid.
"ignore_fingerprinting": false,
// Traffic logging to a .csv file
"logging": {
"log_traffic": false,