From 7c7ed68b200a919fd63b33936343fe67d9355181 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 25 May 2023 01:53:44 +0530 Subject: [PATCH] fix: 403 forbidden error when trying to load profile picture (#3045) Co-authored-by: Liyas Thomas Co-authored-by: Nivedin <53208152+nivedin@users.noreply.github.com> Co-authored-by: Anwarul Islam fix: pane layout broken when wrap line is off (#3027) Fix issue with disappearing tab when opening request tabs with long text in body/script (#3030) --- packages/hoppscotch-ui/src/components/smart/Picture.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-ui/src/components/smart/Picture.vue b/packages/hoppscotch-ui/src/components/smart/Picture.vue index e82c22f57..26f0b14bb 100644 --- a/packages/hoppscotch-ui/src/components/smart/Picture.vue +++ b/packages/hoppscotch-ui/src/components/smart/Picture.vue @@ -11,6 +11,7 @@ :src="url" :alt="alt" loading="lazy" + referrerpolicy="no-referrer" />
{{ initial.charAt(0).toUpperCase() }} - - +