rm unknown fields (#8958)

This commit is contained in:
hailey
2025-09-02 13:43:44 -07:00
committed by GitHub
parent acdc509630
commit 5ce4aa5139
-3
View File
@@ -6,8 +6,5 @@ export const exampleRule: SafelinkRule = {
url: 'https://malicious.example.com/phishing',
pattern: 'domain',
action: 'block',
reason: 'phishing',
createdBy: 'did:plc:adminozonetools',
createdAt: '2024-06-01T12:00:00Z',
comment: 'Known phishing domain detected by automated scan.',
}