about summary refs log tree commit diff
path: root/bskylink
diff options
context:
space:
mode:
Diffstat (limited to 'bskylink')
-rw-r--r--bskylink/src/cache/rule.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/bskylink/src/cache/rule.ts b/bskylink/src/cache/rule.ts
index 09c4821f6..25d2f9f86 100644
--- a/bskylink/src/cache/rule.ts
+++ b/bskylink/src/cache/rule.ts
@@ -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.',
 }