mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
Fix CORS issue when avatar url is on S3
This commit is contained in:
parent
7b92100a97
commit
a89e3d0d14
@ -313,6 +313,7 @@ Discourse.Utilities = {
|
||||
} else {
|
||||
return new Ember.RSVP.Promise(function(resolve) {
|
||||
var image = document.createElement("img");
|
||||
image.crossOrigin = 'Anonymous';
|
||||
// this event will be fired as soon as the image is loaded
|
||||
image.onload = function(e) {
|
||||
var img = e.target;
|
||||
|
Loading…
x
Reference in New Issue
Block a user