We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1be0e commit 9c1c2cbCopy full SHA for 9c1c2cb
packages/overlay/src/composables/iframe.ts
@@ -9,7 +9,6 @@ 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