mervick / emojionearea

Emoji Picker Plugin for jQuery
https://jsfiddle.net/mervick/1v03Lqnu/765/
MIT License
953 stars 257 forks source link

Added crossorigin='anonymous' #314

Closed ohenepee closed 5 years ago

ohenepee commented 6 years ago

Required by PWAs (ServiceWorker caching system) to prevent asset bloating, currently caching the emoji png responses alone is over 1GB for all the emojis. Adding crossorigin='anonymous' mitigates the intentional bloating it does nothing else, please merge so PWA devs can benefit from this awesome lib.

References https://cloudfour.com/thinks/when-7-kb-equals-7-mb/