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
vue2-filters doesn't work with a secure/strong CSP.
Currently, vue2-filters only works if you add the unsafe-eval CSP directive. Bad practice and unsafe!
I have to use version 0.3.0 because multiple eval()'s are used in newer versions.
vue2-filters doesn't work with a secure/strong CSP.
Currently, vue2-filters only works if you add the unsafe-eval CSP directive. Bad practice and unsafe!
I have to use version 0.3.0 because multiple eval()'s are used in newer versions.
Example:
vue2-filters/dist/vue2-filters.js
Lines 106 to 107 in d9ac0e2
The text was updated successfully, but these errors were encountered: