diff options
Diffstat (limited to 'fetch-status.py')
-rwxr-xr-x | fetch-status.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetch-status.py b/fetch-status.py index 1426a99..1c0522d 100755 --- a/fetch-status.py +++ b/fetch-status.py @@ -6,6 +6,8 @@ import requests import os +print("Access-Control-Allow-Origin: *") # CORS shit, needed for styling iframes apparently + profile_id = os.environ['QUERY_STRING'].strip() if not profile_id.isdigit(): |