Skip to content

Commit 3b324fa

Browse files
add to vanilla stackai.js
1 parent b14e2b8 commit 3b324fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vanilla-stackai.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function initializeStack() {
4545
iframe.style.width = IFRAME_WIDTH_MOBILE;
4646
iframe.style.height = IFRAME_HEIGHT_MOBILE;
4747
iframe.setAttribute('allow', 'microphone');
48+
iframe.setAttribute('referrerpolicy', 'origin');
4849

4950
document.body.appendChild(iframe);
5051

0 commit comments

Comments
 (0)