From 840a2052f5f85fa9697e1d7aa89f0deff686bcdb Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Sun, 30 Mar 2025 17:26:34 +0530 Subject: [PATCH] authorpolicy and domainpolicy are really stupid to have on by default lol --- packages/ditto/utils/policies.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/ditto/utils/policies.ts b/packages/ditto/utils/policies.ts index f199c2e9..c987900d 100644 --- a/packages/ditto/utils/policies.ts +++ b/packages/ditto/utils/policies.ts @@ -25,8 +25,6 @@ export interface PolicySpec { export const DEFAULT_POLICY_SPEC: PolicySpec = { policies: [ { 'name': 'AntiDuplicationPolicy' }, - { 'name': 'AuthorPolicy' }, - { 'name': 'DomainPolicy' }, { 'name': 'HellthreadPolicy' }, { 'name': 'ReplyBotPolicy' }, { 'name': 'SizePolicy' },