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: []