entities
entities copied to clipboard
Chrome extension using entities rejected by Chrome Store
I use sanitize-html package which uses entities as a dependency in my Chrome extension. After review, the extension was rejected by Chrome Store reviewers. The reason is that the extension contains obfuscated code which violates this rule. It turns out that the obfuscated code comes from entities, particularly from decode-data-html.js which contains encoded strings. Could you somehow adapt your library so it complies with the Chrome Store rules?
The decode data is packed this way for performance & memory usage (see https://github.com/fb55/entities/blob/main/scripts/trie/README.md). Unfortunately there is no way to fix this without degrading these for other users.