Skip to content

Commit

Permalink
fix: remove credentialless attribute for iframe, #614
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Sep 23, 2024
1 parent 6b1be0e commit 8bbb9ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/overlay/src/composables/iframe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function useIframe(clientUrl: string, onLoad: () => void) {
iframe.value.id = 'vue-devtools-iframe'
iframe.value.src = clientUrl
iframe.value.setAttribute('data-v-inspector-ignore', 'true')
iframe.value.setAttribute('credentialless', '')
iframe.value.onload = onLoad
return iframe.value
}
Expand Down

0 comments on commit 8bbb9ff

Please sign in to comment.