Adds 'no-referrer' in hope we can fix the portrait image from google
This commit is contained in:
@@ -6,7 +6,6 @@ import {ref} from "vue";
|
|||||||
import {useI18n} from 'vue-i18n';
|
import {useI18n} from 'vue-i18n';
|
||||||
import {useCreatorProfileStore} from "@/stores/creatorProfileStore.js";
|
import {useCreatorProfileStore} from "@/stores/creatorProfileStore.js";
|
||||||
import {useUserProfileStore} from "@/stores/userProfileStore.js";
|
import {useUserProfileStore} from "@/stores/userProfileStore.js";
|
||||||
import HutopyIcon from '@/assets/icons/hutopy.svg'
|
|
||||||
|
|
||||||
const {locale} = useI18n();
|
const {locale} = useI18n();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
@@ -41,7 +40,8 @@ initializeLocale();
|
|||||||
|
|
||||||
<!-- LOGO HUTOPY -->
|
<!-- LOGO HUTOPY -->
|
||||||
<router-link to="/">
|
<router-link to="/">
|
||||||
<img src="/images/hutopymedia/banners/hutopy.png" alt="hutopy"
|
<img src="/images/hutopymedia/banners/hutopy.png"
|
||||||
|
alt="hutopy"
|
||||||
width="300px"
|
width="300px"
|
||||||
height="64px">
|
height="64px">
|
||||||
<div class="flex justify-end">ALPHA</div>
|
<div class="flex justify-end">ALPHA</div>
|
||||||
@@ -65,6 +65,7 @@ initializeLocale();
|
|||||||
<img
|
<img
|
||||||
:src="userProfileStore.portraitUrl"
|
:src="userProfileStore.portraitUrl"
|
||||||
alt="Profile Image"
|
alt="Profile Image"
|
||||||
|
referrerpolicy="no-referrer"
|
||||||
class="rounded-full"
|
class="rounded-full"
|
||||||
width="42"
|
width="42"
|
||||||
height="42"
|
height="42"
|
||||||
@@ -76,8 +77,6 @@ initializeLocale();
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="flex flex-column gap-4">
|
<div class="flex flex-column gap-4">
|
||||||
<!-- YOUR PAGE -->
|
<!-- YOUR PAGE -->
|
||||||
<router-link v-if="creatorProfileStore.hasCreator"
|
<router-link v-if="creatorProfileStore.hasCreator"
|
||||||
|
|||||||
Reference in New Issue
Block a user