We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9663b commit c314e80Copy full SHA for c314e80
src/parsers/expression.js
@@ -144,7 +144,7 @@ function makeGetterFn (body) {
144
} catch (e) {
145
if (process.env.NODE_ENV !== 'production') {
146
/* istanbul ignore if */
147
- if (e.toString().match(/unsafe-eval/)) {
+ if (e.toString().match(/unsafe-eval|CSP/)) {
148
warn(
149
'It seems you are using the default build of Vue.js in an environment ' +
150
'with Content Security Policy that prohibits unsafe-eval. ' +
0 commit comments