diff --git a/framework/core/js/src/common/models/User.js b/framework/core/js/src/common/models/User.js index d9754606f..177ac71ef 100644 --- a/framework/core/js/src/common/models/User.js +++ b/framework/core/js/src/common/models/User.js @@ -91,6 +91,7 @@ Object.assign(User.prototype, { user.freshness = new Date(); m.redraw(); }; + image.crossOrigin = 'Anonymous'; image.src = this.avatarUrl(); },