We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
credentialless
1 parent a27a088 commit 53add6aCopy full SHA for 53add6a
packages/overlay/src/composables/iframe.ts
@@ -9,6 +9,7 @@ export function useIframe(clientUrl: string, onLoad: () => void) {
9
iframe.value.id = 'vue-devtools-iframe'
10
iframe.value.src = clientUrl
11
iframe.value.setAttribute('data-v-inspector-ignore', 'true')
12
+ iframe.value.setAttribute('credentialless', '')
13
iframe.value.onload = onLoad
14
return iframe.value
15
}
0 commit comments