Weighs the soul of incoming HTTP requests to stop AI crawlers
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 8 lines 169 B view raw
1package data 2 3import "embed" 4 5var ( 6 //go:embed botPolicies.yaml botPolicies.json all:apps all:bots all:clients all:common all:crawlers all:meta 7 BotPolicies embed.FS 8)