Violation reference ID: Blue Argon
Technical Requirements - Additional Requirements for Manifest V3:
Corresponds to notification ID: Blue Argon
The intent of this policy is to ensure that Manifest V3 extensions are not including remotely hosted code.
Common reasons for rejectionIncluding a <script> tag that points to a resource that is not within the extension's package.
Using JavaScript's eval()` method or other mechanisms to execute a string fetched from a remote source.
Building an interpreter to run complex commands fetched from a remote source, even if those commands are fetched as data.
Double check all code for references to external JavaScript files, which should be replaced with internal extension files.
Review the Manifest V3 migration guide Improve extension security for a walkthrough on alternatives to execution of arbitrary strings and remotely hosted code.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/64bafa86-68da-4e9a-888a-5ef9ad64c11dn%40chromium.org.