diff options
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/aurjson.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index b905275..4364e5d 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -43,6 +43,7 @@ class AurJSON { // overwrite cache-control header set in aur.inc to allow caching, but // require validation header('Cache-Control: public, must-revalidate, max-age=0'); + header('Content-Type: application/json, charset=utf-8'); // handle error states if ( !isset($http_data['type']) || !isset($http_data['arg']) ) { |