diff --git a/plugin/web.py b/plugin/web.py index fb7e496..4e435e8 100644 --- a/plugin/web.py +++ b/plugin/web.py @@ -184,6 +184,7 @@ class WebServer: ['HTTP/1.1 200 OK', None], ['Content-Type', 'text/json'], ['Access-Control-Allow-Origin', corsOrigin], + ['Access-Control-Allow-Headers', '*'], ['Content-Length', str(len(body))] ]