khatru/policies: RejectUnprefixedNostrReferences

This commit is contained in:
fiatjaf
2025-09-10 10:40:06 -03:00
parent 9480fc1de6
commit e8456dab70
3 changed files with 116 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ var EventRejectionStrictDefaults = SeqEvent(
PreventTooManyIndexableTags(12, []nostr.Kind{3}, nil),
PreventTooManyIndexableTags(1200, nil, []nostr.Kind{3}),
PreventLargeContent(5000),
RejectUnprefixedNostrReferences,
EventIPRateLimiter(2, time.Minute*3, 10),
)