Skip to content

Commit

Permalink
Fix crossOrigin Error in chrome
Browse files Browse the repository at this point in the history
Fix crossOrigin Error in chrome
  • Loading branch information
zeng-qinghui committed Dec 10, 2015
1 parent 16ea2ca commit 078b7d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/evercookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ try{
};
}
img.src = _ec_baseurl + _ec_phpuri + opts.pngPath + "?name=" + name + "&cookie=" + opts.pngCookieName;
img.crossOrigin = 'Anonymous';
}
};

Expand Down

0 comments on commit 078b7d3

Please sign in to comment.