diff --git a/frontend/src/components/Session/ClientAvatar.tsx b/frontend/src/components/Session/ClientAvatar.tsx
index b5cd13e78..7b7e23a97 100644
--- a/frontend/src/components/Session/ClientAvatar.tsx
+++ b/frontend/src/components/Session/ClientAvatar.tsx
@@ -33,6 +33,7 @@ const ClientAvatar: React.FC<{
className={styles.avatar}
src={logoUri}
alt={name}
+ referrerPolicy="no-referrer"
style={
{
"--mas-avatar-size": size,
diff --git a/frontend/src/components/Session/__snapshots__/ClientAvatar.test.tsx.snap b/frontend/src/components/Session/__snapshots__/ClientAvatar.test.tsx.snap
index 60e58da06..2d009998f 100644
--- a/frontend/src/components/Session/__snapshots__/ClientAvatar.test.tsx.snap
+++ b/frontend/src/components/Session/__snapshots__/ClientAvatar.test.tsx.snap
@@ -5,6 +5,7 @@ exports[`
diff --git a/templates/pages/consent.html b/templates/pages/consent.html
index 461722f29..ebe7f7224 100644
--- a/templates/pages/consent.html
+++ b/templates/pages/consent.html
@@ -22,9 +22,7 @@ limitations under the License.