mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 09:07:28 -06:00
add config option for scraper deterrence
This commit is contained in:
parent
db4a6e746c
commit
924280ac0b
4 changed files with 80 additions and 39 deletions
|
|
@ -142,6 +142,7 @@ var Defaults = Configuration{
|
|||
AdvancedSenderMultiplier: 2, // 2 senders per CPU
|
||||
AdvancedCSPExtraURIs: []string{},
|
||||
AdvancedHeaderFilterMode: RequestHeaderFilterModeDisabled,
|
||||
AdvancedScraperDeterrence: false,
|
||||
|
||||
Cache: CacheConfiguration{
|
||||
// Rough memory target that the total
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue