Skip to content

Commit

Permalink
fix: remove credentialless attribute for iframe due to storage isolat…
Browse files Browse the repository at this point in the history
…ion, revert #614
  • Loading branch information
webfansplz committed Sep 23, 2024
1 parent 6b1be0e commit 9c1c2cb
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 9c1c2cb

Please sign in to comment.