Release v31.1.0 (from 6b804c486857f27920cf761aa7eb6e29d9bb6362)

This commit is contained in:
jenkins
2026-04-08 18:26:06 +00:00
parent c8eebb69a4
commit aa70f376c9
16 changed files with 512 additions and 418 deletions

View File

@@ -1,6 +1,5 @@
<!--
Used as the source of the library's iframe when the iframe_loading_same_origin feature is enabled.
See CL-2137.
-->
<!DOCTYPE html>
<html lang="en">
@@ -8,12 +7,10 @@ See CL-2137.
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sameorigin.html</title>
<script>
window.addEventListener('load', () => {
window.dispatchEvent(new Event('sameOriginLoad'));
});
</script>
<!-- Suggested server-side nonce injection for same-origin CSP:
<script nonce="{{ csp_nonce }}">window.__tvCspNonce = '{{ csp_nonce }}';</script>
-->
</head>
<body>
</body>
</html>
</html>