diff --git a/api.py b/api.py index 3a0f631..255b1d4 100644 --- a/api.py +++ b/api.py @@ -134,7 +134,7 @@ def __init__(self, *args, **kwargs): def add_default_headers(self): self.add_header("Content-Type", "text/plain") - self.add_header("Access-Control-Allow-Origin", "newpipe.schabi.org") + self.add_header("Access-Control-Allow-Origin", "*") @classmethod def is_request_outdated(cls):