We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm using jspdf in my chrome extension. and Google rejected it because of
Technical Requirements - Additional Requirements for Manifest V3: Violation: Including remotely hosted code in a Manifest V3 item. Violating Content: Code snippet: popup.100f6462.js: https://cdnjs.cloudflare.com/ajax/libs/pdfobject/2.1.1/pdfobject.min.js
I'm not sure what that js file is used for. Is it possible to remove the remotely hosted code from my extension?
The text was updated successfully, but these errors were encountered:
This is closed but the problem is still present.
Is there any chance this remote code can be handled differently?
Sorry, something went wrong.
This is closed but the problem is still present. Is there any chance this remote code can be handled differently?
I copied the jspdf.es.min.js file into my project, and removed the remote hosted code. I don't know what's it used for, but I don't need it.
No branches or pull requests
Hello, I'm using jspdf in my chrome extension. and Google rejected it because of
I'm not sure what that js file is used for.
Is it possible to remove the remotely hosted code from my extension?
The text was updated successfully, but these errors were encountered: