add access control origin to html headers

This commit is contained in:
Milan
2020-04-26 22:18:10 +02:00
parent 836a1fe839
commit f1d860efcb

View File

@@ -1,9 +1,10 @@
Access-Control-Allow-Origin: <TMPL_VAR base_domain>
Content-Type: text/html; charset=UTF-8;
<!DOCTYPE html>
<html>
<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-Script-Type" content="javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />