diff --git a/anki_connect.py b/anki_connect.py index 4059f9c..5600d29 100644 --- a/anki_connect.py +++ b/anki_connect.py @@ -160,8 +160,7 @@ class AjaxServer: headers = { 'HTTP/1.1 200 OK': None, 'Content-Type': 'text/json', - 'Content-Length': str(len(body)), - 'Access-Control-Allow-Origin': 'http://127.0.0.1' + 'Content-Length': str(len(body)) } for key, value in headers.items():