mirror of
https://github.com/apache/superset.git
synced 2026-05-21 15:55:10 +00:00
Fix nonce
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user