Bind to localhost only
This commit is contained in:
parent
d31ae47cde
commit
8e8524c865
@ -27,4 +27,4 @@ if __name__ == "__main__":
|
||||
response.headers['Access-Control-Allow-Headers'] = '*'
|
||||
return response
|
||||
|
||||
app.run(host='0.0.0.0')
|
||||
app.run(host='127.0.0.1')
|
||||
|
Loading…
x
Reference in New Issue
Block a user