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

Remote Code Violation while uploading to Chrome Webstore. Violation Code : Blue Argon #5

Open
steve-aldrin opened this issue Jan 4, 2025 · 1 comment

Comments

@steve-aldrin
Copy link

steve-aldrin commented Jan 4, 2025

The given code will still cause a remote code violation when you submit your chrome extension to chrome webstore.
Since after the build is complete the generated minified files will contain URLs with enterprise.js which causes a remote code violation.

More Info: firebase/firebase-js-sdk#7617 (comment)

A temporary fix is to remove the links inside the minified files if you are not using it anywhere else and replace it with "" (empty string)

  1. Search for "Recaptcha" or "enterprise.js";

  2. Open the file, and replace the following strings by an empty string (""):
    "https://www.google.com/recaptcha/enterprise.js?render=""
    "https://apis.google.com/js/api.js?onload=${a}"

  3. Save your file.

It would be great if @RasikaWarade can add this in the doc.

@steve-aldrin steve-aldrin changed the title Remote Code Violation while uploading to Chrome Webstore, Violation Code : Blue Argon Remote Code Violation while uploading to Chrome Webstore. Violation Code : Blue Argon Jan 4, 2025
@Kiranravi10X
Copy link

Yeah, we also getting this Same issue... Have to Resolve ASAP.
Try with Firebase Community support.

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