We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3d85e commit 3258476Copy full SHA for 3258476
strfry/plugins/policies.ts
@@ -27,6 +27,7 @@ const policies = [
27
// Async policies
28
[antiDuplicationPolicy, { ttl: 60000, minLength: 50 }],
29
[rateLimitPolicy, { whitelist: [localhost] }],
30
+ broadcastVanishRequests,
31
];
32
33
for await (const msg of readStdin()) {
0 commit comments