Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome extension using entities rejected by Chrome Store #1667

Open
nikkimontoya opened this issue Dec 6, 2024 · 1 comment
Open

Chrome extension using entities rejected by Chrome Store #1667

nikkimontoya opened this issue Dec 6, 2024 · 1 comment

Comments

@nikkimontoya
Copy link

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?

@fb55
Copy link
Owner

fb55 commented Dec 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants