mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
fixing broken salt_ip_verify_tool method
This commit is contained in:
parent
43e0a7e38b
commit
70a6844699
@ -220,6 +220,8 @@ def salt_ip_verify_tool():
|
||||
'status': cherrypy.response.status,
|
||||
'return': "Bad IP",
|
||||
}
|
||||
request = cherrypy.serving.request
|
||||
cherrypy.response.headers['Access-Control-Allow-Origin'] = '*'
|
||||
|
||||
|
||||
def salt_auth_tool():
|
||||
|
Loading…
Reference in New Issue
Block a user