X-Git-Url: https://git.cweiske.de/playVideoOnDreamboxProxy.git/blobdiff_plain/af9c4898bafbfd823d3b74d225bf6bad701881b8..e49228d52d2c0ef42444b20ffcd543241bdf485c:/www/play.php diff --git a/www/play.php b/www/play.php index 502e3f2..d96764d 100644 --- a/www/play.php +++ b/www/play.php @@ -8,6 +8,9 @@ if (file_exists($cfgFile)) { include $cfgFile; } +//for the firefox extension +header('Access-Control-Allow-Origin: *'); + if (isset($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] == 'GET') { require __DIR__ . '/form.php'; exit();