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

error in "content_security_policy" #37

Open
grgbrasil opened this issue Mar 29, 2024 · 1 comment
Open

error in "content_security_policy" #37

grgbrasil opened this issue Mar 29, 2024 · 1 comment

Comments

@grgbrasil
Copy link

the plugin expect string, but in v.3 is object:

https://developer.chrome.com/docs/extensions/reference/manifest/content-security-policy?hl=pt-br

@grgbrasil
Copy link
Author

solution:

index-cjs.js

change line 1485:

content_security_policy: {
type: "string",

to

content_security_policy: {
type: "object",

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

1 participant