You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
703 B
28 lines
703 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>YouTube Player Sandbox</title> |
|
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src <%.Origin%> https://www.youtube.com https://s.ytimg.com 'unsafe-eval'; frame-src https://www.youtube.com; style-src 'unsafe-inline'"> |
|
<base href="<%.Cfg.B%>"> |
|
<style type="text/css"> |
|
html, body { |
|
height:100%; |
|
} |
|
body { |
|
margin:0; |
|
padding:0; |
|
max-width:100%; |
|
max-height:100%; |
|
overflow:hidden; |
|
} |
|
#youtubeplayer { |
|
width:100%; |
|
height:100%; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<div id="youtubeplayer"></div> |
|
<script src="<%.Cfg.S%>/js/sandboxes/youtube.js" data-parent-origin="<%.Origin%>"></script> |
|
</body> |
|
</html>
|
|
|