Files
ai/charting_library/sameorigin.html

17 lines
460 B
HTML

<!--
Used as the source of the library's iframe when the iframe_loading_same_origin feature is enabled.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sameorigin.html</title>
<!-- Suggested server-side nonce injection for same-origin CSP:
<script nonce="{{ csp_nonce }}">window.__tvCspNonce = '{{ csp_nonce }}';</script>
-->
</head>
<body>
</body>
</html>