forked from shaba/openuds
added tunnel rest url as no redirect url
This commit is contained in:
parent
a302541df5
commit
d30a3a5e4c
@ -48,7 +48,10 @@ class RedirectMiddleware:
|
|||||||
# 'uds/rest', # REST must be HTTPS if redirect is enabled
|
# 'uds/rest', # REST must be HTTPS if redirect is enabled
|
||||||
'uds/pam',
|
'uds/pam',
|
||||||
'uds/guacamole',
|
'uds/guacamole',
|
||||||
|
# Test client can be http
|
||||||
'uds/rest/client/test'
|
'uds/rest/client/test'
|
||||||
|
# And also the tunnel
|
||||||
|
'/uds/rest/tunnel'
|
||||||
]
|
]
|
||||||
|
|
||||||
def __init__(self, get_response):
|
def __init__(self, get_response):
|
||||||
|
Loading…
Reference in New Issue
Block a user