vue-password icon indicating copy to clipboard operation
vue-password copied to clipboard

Compatibility with Content-Security-Policy

Open halostatue opened this issue 6 years ago • 0 comments

Something about the way that vue-password is packaged/distributed is violating my site’s Content-Security-Policy configuration where I do not allow unsafe-inline and require nonces. (I’m currently on 1.x but the minified distribution sources for 2.x contain the same createElement("style") call).

Is there a way that this can be modified such that injection is configurable?

halostatue avatar Aug 13 '19 15:08 halostatue