Add query controls to views
Add configurators for `allow-query`, `allow-query-on`, `allow-query-cache`, and `allow-query-cache-on` directives in a view context.
This commit is contained in:
@@ -9,6 +9,10 @@ define bind::view (
|
||||
$recursion_match_clients = 'any',
|
||||
$recursion_match_destinations = '',
|
||||
$recursion_match_only = false,
|
||||
$allow_query = 'any',
|
||||
$allow_query_on = 'any',
|
||||
$allow_query_cache = 'any',
|
||||
$allow_query_cache_on = 'any',
|
||||
$allow_transfers = '',
|
||||
$notify_source = '',
|
||||
$also_notify = '',
|
||||
|
||||
Reference in New Issue
Block a user