add access control origin to html headers
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
|
Access-Control-Allow-Origin: <TMPL_VAR base_domain>
|
||||||
Content-Type: text/html; charset=UTF-8;
|
Content-Type: text/html; charset=UTF-8;
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Radio: Admin</title>
|
<title><TMPL_VAR title></title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<meta http-equiv="Content-Script-Type" content="javascript" />
|
<meta http-equiv="Content-Script-Type" content="javascript" />
|
||||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||||
|
|||||||
Reference in New Issue
Block a user