-
Notifications
You must be signed in to change notification settings - Fork 268
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 Web Store Violation: Having obfuscated code in the package #712
Comments
@valyefimov were you able to find a solution for this? I've just encountered the same issue. |
Yes, I wrote a script that decodes the string and updates the final JS file. I run that script after making a production build for Chrome Web Store submissions.
https://gist.github.com/valyefimov/f2fc1c70c9bfd94fba98d962e1112c8c Note: you have to update this line to specify your build folder |
Thank you so much for this, this is super helpful!! |
same bug,
|
Checklist
Description
I got a violation at the Chrome Web Store.
Code Readability Requirements
Violation reference ID: Red Titanium
Violation: Having obfuscated code in the package.
Violating content:
Code snippet:
How to rectify: Replace the obfuscated code with human-readable code and resubmit the item.
Reproduction
Lyogcm9sbHVwLXBsdWdpbi13ZWItd29ya2Vy
Additional context
No response
auth0-react version
2.1.1
React version
18.2.0
Which browsers have you tested in?
Chrome
The text was updated successfully, but these errors were encountered: