entities icon indicating copy to clipboard operation
entities copied to clipboard

Chrome extension using entities rejected by Chrome Store

Open nikkimontoya opened this issue 1 year ago • 1 comments

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?

nikkimontoya avatar Dec 06 '24 09:12 nikkimontoya

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.

fb55 avatar Dec 22 '24 18:12 fb55