mathiasbynens / he

A robust HTML entity encoder/decoder written in JavaScript.
https://mths.be/he
MIT License
3.45k stars 254 forks source link

What is the correct source for the lib? #85

Open ooker777 opened 2 years ago

ooker777 commented 2 years ago

Is that really <script src="he.js"></script>? It returns nothing. I then try <script src="https://github.com/mathiasbynens/he/blob/master/he.js"></script>, but the browser blocks it due to Cross-Origin Read Blocking (CORB)