Is it possible to turn off the manifest validation? #146
Unanswered
Blackbaud-JasonBodnar
asked this question in
Q&A
Replies: 1 comment
-
Yes, set https://vite-plugin-web-extension.aklinker1.io/config/plugin-options.html#skipmanifestvalidation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My company uses Zscaler for security related things and co-workers who have it installed cannot build my extension. It seems there's something with the SSL cert and Zscaler when this project gets the JSON schema for the manifest validation. There's nothing wrong with this project. I think it has something to do with Zscaler intercepting traffic and using its own SSL cert so we'd need to add the Zscaler cert to whatever keystore vite is using to grab the JSON schema, but it's probably just easier if we turn off the manifest validation.
Beta Was this translation helpful? Give feedback.
All reactions