undo sane policies again

This commit is contained in:
Amarpreet Minhas 2024-08-31 10:29:42 -04:00
parent 37cbe6c624
commit 6b6d6a9610

View file

@ -69,6 +69,5 @@ func NewRelay(version string) *khatru.Relay {
policies.RejectKind04Snoopers,
)
policies.ApplySaneDefaults(relay)
return relay
}