Skip to content

Commit

Permalink
Fix #4826 check_origin: default to Tornado behavior (#6128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Nagler authored Jul 21, 2023
1 parent dae139c commit 5c67d3a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sirepo/pkcli/job_supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ def default_command():
class _AgentMsg(tornado.websocket.WebSocketHandler):
sr_class = sirepo.job_driver.AgentMsg

def check_origin(self, origin):
return True

def on_close(self):
try:
d = getattr(self, "sr_driver", None)
Expand Down

0 comments on commit 5c67d3a

Please sign in to comment.