proton-contacts icon indicating copy to clipboard operation
proton-contacts copied to clipboard

Missing referrerpolicy when we add an image

Open dhoko opened this issue 5 years ago • 0 comments

Screenshot from 2019-10-11 18-02-58

vs live Screenshot from 2019-10-11 18-04-46

cf DOM:

<img 
  class="contactViewItem-value-img" 
  ng-if="loadImage" 
  ng-src="https://i.imgur.com/WScAnHr.jpg" 
  referrerpolicy="no-referrer" 
  alt="avatar" 
  src="https://i.imgur.com/WScAnHr.jpg">

dhoko avatar Oct 11 '19 16:10 dhoko