We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa5728 commit 1c0d6b1Copy full SHA for 1c0d6b1
packages/nuxt/playground/pages/authentication.vue
@@ -125,7 +125,7 @@ getRedirectResult(auth).then((creds) => {
125
126
<p v-if="user">
127
Name: {{ user.displayName }} <br>
128
- <img v-if="user.photoURL" :src="user.photoURL">
+ <img v-if="user.photoURL" :src="user.photoURL" referrerpolicy="no-referrer">
129
</p>
130
131
<hr>
playground/src/pages/authentication.vue
@@ -114,7 +114,7 @@ getRedirectResult(auth).then((creds) => {
114
115
116
Name: {{ user.displayName }} <br />
117
- <img v-if="user.photoURL" :src="user.photoURL" />
118
119
120
<hr />
0 commit comments