- Notifications
You must be signed in to change notification settings - Fork33.8k
Closed
Labels
Milestone
Description
Testing#253103
It feels weird to have a setting such asallowList
anddenyList
and then yet be able to toggle the values of each in the respective lists,
Initially i thought that in allow list if the value wasfalse
, then its denied, but thats not true.
I'm thinking ofsearch.exclude
iftrue
its excluded else its not. Hence applied the same rationale here.
& assumed that the second list was purely for overriding the allow list.
Could we have a drop downAllow/Deny
in each value and consider merging the lists?