Skip to content

Commit fcc26c3

Browse files
committed
chore: add meta origin for playground app
1 parent cca354d commit fcc26c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/playground/public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
8+
<meta name="Cross-Origin-Opener-Policy" content="same-origin" />
89
<meta
910
name="description"
1011
content="Google OAuth2 using the new Google Identity Services SDK for React @react-oauth/google"
@@ -41,7 +42,7 @@
4142

4243
<!-- Google Tag Manager -->
4344
<script>
44-
(function (w, d, s, l, i) {
45+
(function(w, d, s, l, i) {
4546
w[l] = w[l] || [];
4647
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
4748
var f = d.getElementsByTagName(s)[0],

0 commit comments

Comments
 (0)