I'm using rangy-core.js as a part of my Chrome extension, but as soon as the extension is uploaded it gets rejected due to malware policy. In order to narrow down the problem, I removed the rangy js files and uploaded the exact same extension. This time around there was no malware policy problem, and the extension was allowed to be published. What exactly am I missing here?
Asked
Active
Viewed 117 times
2
-
1This may shed some light https://github.com/timdown/rangy/issues/69 – Jaromanda X Sep 01 '15 at 10:50
-
@JaromandaX, thanks for the link. I tried it out, but this didn't solve my problem. Any other suggestions? – Arjun Tuli Sep 01 '15 at 11:43
-
Were you using a minified/obfuscated version of the lib? – wOxxOm Sep 01 '15 at 17:33