mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18:16 -06:00
15826 update EXEMPT_EXCLUDE_MODELS with new user/group models
This commit is contained in:
parent
528ac752a8
commit
227eea3a98
@ -477,8 +477,6 @@ SERIALIZATION_MODULES = {
|
|||||||
# Exclude potentially sensitive models from wildcard view exemption. These may still be exempted
|
# Exclude potentially sensitive models from wildcard view exemption. These may still be exempted
|
||||||
# by specifying the model individually in the EXEMPT_VIEW_PERMISSIONS configuration parameter.
|
# by specifying the model individually in the EXEMPT_VIEW_PERMISSIONS configuration parameter.
|
||||||
EXEMPT_EXCLUDE_MODELS = (
|
EXEMPT_EXCLUDE_MODELS = (
|
||||||
('users', 'group'),
|
|
||||||
('users', 'user'),
|
|
||||||
('extras', 'configrevision'),
|
('extras', 'configrevision'),
|
||||||
('users', 'objectpermission'),
|
('users', 'objectpermission'),
|
||||||
('users', 'token'),
|
('users', 'token'),
|
||||||
|
Loading…
Reference in New Issue
Block a user