Check cloud trusted proxies (#24395)
This commit is contained in:
parent
7887d6d6e4
commit
f77514c6f2
5 changed files with 83 additions and 5 deletions
|
@ -38,3 +38,7 @@ DISPATCHER_REMOTE_UPDATE = 'cloud_remote_update'
|
|||
|
||||
class InvalidTrustedNetworks(Exception):
|
||||
"""Raised when invalid trusted networks config."""
|
||||
|
||||
|
||||
class InvalidTrustedProxies(Exception):
|
||||
"""Raised when invalid trusted proxies config."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue