diff --git a/status.php b/status.php
index 6e7bcea526685023af51883b2195859d3973c920..90250ff26155560600ebca62bb4fbfdfc1cd512f 100644
--- a/status.php
+++ b/status.php
@@ -41,6 +41,7 @@ try {
 	if (OC::$CLI) {
 		print_r($values);
 	} else {
+		header('Access-Control-Allow-Origin: *');
 		header('Content-Type: application/json');
 		echo json_encode($values);
 	}