mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
fix: add referrerPolicy for Google profile images
This commit is contained in:
parent
83d6b735fa
commit
54568a62e0
2 changed files with 7 additions and 1 deletions
|
|
@ -75,7 +75,12 @@ function UserAvatar({
|
|||
}) {
|
||||
if (avatarUrl) {
|
||||
return (
|
||||
<img src={avatarUrl} alt="User avatar" className="h-8 w-8 shrink-0 rounded-lg object-cover" />
|
||||
<img
|
||||
src={avatarUrl}
|
||||
alt="User avatar"
|
||||
className="h-8 w-8 shrink-0 rounded-lg object-cover"
|
||||
referrerPolicy="no-referrer"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue