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
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?
The text was updated successfully, but these errors were encountered:
Something about the way that
vue-password
is packaged/distributed is violating my site’s Content-Security-Policy configuration where I do not allowunsafe-inline
and require nonces. (I’m currently on 1.x but the minified distribution sources for 2.x contain the samecreateElement("style")
call).Is there a way that this can be modified such that injection is configurable?
The text was updated successfully, but these errors were encountered: