From 0b4571cb68be4599ba50c0730bd4a2de33493dde Mon Sep 17 00:00:00 2001 From: agessaman Date: Tue, 9 Jun 2026 09:44:58 -0700 Subject: [PATCH] Stop tracking policy.yaml and add it to .gitignore --- .gitignore | 1 + policy.yaml | 20 -------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 policy.yaml diff --git a/.gitignore b/.gitignore index 03a1ce0..fe839f7 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ htmlcov/ # Config config.yaml config.yaml.backup +policy.yaml identity.json # Data diff --git a/policy.yaml b/policy.yaml deleted file mode 100644 index 915c636..0000000 --- a/policy.yaml +++ /dev/null @@ -1,20 +0,0 @@ -policy_engine: - enabled: false - default_action: allow - rules: - - id: 1 - name: Drop GRP_DATA - enabled: true - if: - all: - - field: payload_type - op: equals - value: 6 - then: - action: drop - objects: - channel_hash_groups: {} - pubkey_groups: {} -groups: - channel_hashes: [] - pubkeys: []