Skip to content

Commit

Permalink
chore: removed same origin script attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Sep 26, 2024
1 parent ef53e62 commit f81cd6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useOAuth2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export const useOAuth2 = (OAuth2GrowthBookConfig: OAuth2GBConfig, WSLogoutAndRed
iframe = document.createElement('iframe');
iframe.id = 'logout-iframe';
iframe.style.display = 'none';
iframe.setAttribute('sandbox', 'allow-same-origin');
document.body.appendChild(iframe);

setTimeout(() => {
Expand Down

0 comments on commit f81cd6a

Please sign in to comment.