You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am serving a webcomponent through an API gateway in a secure environment, we have an strict policy and I am getting Content Security Policy (CSP) errors because of this line https://github.com/ionic-team/stencil/blob/v0.16.1-4/src/client/core-esm.ts#L69
It'd be possible to rewrite this method to use normal function? like const createHostConstructor = (w) => { return class extends w.HTMLElement{} }
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Stencil, please create a new issue and ensure the template is fully filled out.
Stencil version:
[x] feature request
I am serving a webcomponent through an API gateway in a secure environment, we have an strict policy and I am getting Content Security Policy (CSP) errors because of this line
https://github.com/ionic-team/stencil/blob/v0.16.1-4/src/client/core-esm.ts#L69
It'd be possible to rewrite this method to use normal function? like
const createHostConstructor = (w) => { return class extends w.HTMLElement{} }
The text was updated successfully, but these errors were encountered: