Fix nonce

This commit is contained in:
Beto Dealmeida
2026-05-14 15:52:46 -04:00
parent bb840a7720
commit ff9c06d243

View File

@@ -22,7 +22,7 @@ under the License.
<meta charset="utf-8">
</head>
<body>
<script>
<script nonce="{{ csp_nonce() }}">
const message = { tabId: '{{ tab_id }}' };
if (typeof BroadcastChannel !== 'undefined') {
const channel = new BroadcastChannel('oauth');