diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-03-31 21:53:59 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-03-31 21:53:59 +0100 |
commit | 6f9dca3016dbf5cffc714fdc1da8b675d2860f98 (patch) | |
tree | dc44afea40c68d3d197c601fc874c240ce8e7ccb /cgi/user.cgi | |
parent | 47e232cf07d3a09b968df8877ae259f2f3ff7a27 (diff) |
[bracket shitty] 20250401
Diffstat (limited to 'cgi/user.cgi')
-rwxr-xr-x | cgi/user.cgi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cgi/user.cgi b/cgi/user.cgi index cc36bb6..535e580 100755 --- a/cgi/user.cgi +++ b/cgi/user.cgi @@ -93,9 +93,5 @@ when /^\/stuff-i-want/ page("Stuff I Want") when /^\/bracket-api/ load "bracket-api.cgi" - $cgi.out({ - "Content-Type": "application/json", - "Access-Control-Allow-Origin": "https://dan.york.ac.uk", - "Access-Control-Allow-Headers": "cache-control, pragma" - }) { $pdata } + $cgi.out("application/json") { $pdata } end |