Skip to content

Commit

Permalink
Fix 403 on google avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-gilliotte committed Apr 21, 2020
1 parent 03ab0a3 commit fe813b5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@

<div ng-repeat="user in $ctrl.users track by user._id" class="thumbnail"
style="width: 160px; margin-right: 10px; display: inline-block;">
<img ng-src="{{user.picture}}" style="width: 150px; height: 150px;" />
<img ng-src="{{user.picture}}" referrerpolicy="no-referrer" style="width: 150px; height: 150px;" />
<div class="caption">
<b>Nom:</b><br /> {{user.name}}<br />
<b>Email:</b><br /> <a href="mailto:{{ user._id }}" target="_blank">{{ user._id }}</a><br />
Expand Down

0 comments on commit fe813b5

Please sign in to comment.