diff options
author | 2024-05-05 13:47:22 +0200 | |
---|---|---|
committer | 2024-05-05 11:47:22 +0000 | |
commit | 6171dcbe5109d7accbf44f19c20c9f4a0ee5e06f (patch) | |
tree | 9011f0050571f5a8c1c0e7bd90b74b2816dadd8a /testrig | |
parent | [frontend] Do optimistic update when approving/rejecting/suspending account (... (diff) | |
download | gotosocial-6171dcbe5109d7accbf44f19c20c9f4a0ee5e06f.tar.xz |
[feature] Add HTTP header permission section to frontend (#2893)
* [feature] Add HTTP header filter section to frontend
* tweak naming a bit
Diffstat (limited to 'testrig')
-rw-r--r-- | testrig/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testrig/config.go b/testrig/config.go index 2717b733e..93f3c5523 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -146,6 +146,7 @@ var testDefaults = config.Configuration{ AdvancedRateLimitRequests: 0, // disabled AdvancedThrottlingMultiplier: 0, // disabled AdvancedSenderMultiplier: 0, // 1 sender only, regardless of CPU + AdvancedHeaderFilterMode: config.RequestHeaderFilterModeBlock, SoftwareVersion: "0.0.0-testrig", |