A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules

Add LINK_SHORTENER constant

This constant will hold a list of allowed link shorteners.

Skywatch f629f129 ad6ce83b

Changed files
+4
rules
+4
rules/constants.ts
··· 6 6 export const GLOBAL_ALLOW: string[] = [ 7 7 // Example: "did:plc:example123", 8 8 ]; 9 + 10 + export const LINK_SHORTENER: string[] = [ 11 + // Example: "did:plc:example123", 12 + ];