In the browser console I see: `Error compiling schema, function code: ...` Followed by: `EvalError: "call to Function() blocked by CSP"` This is due to bug 1270157. Unfortunately it looks like js-yaml requires `unsafe-inline`, yuck. This did show up in New Relic insights, however looked similar to the violations from junk scripts browser extensions inject in the page.
Bug 1530602 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
In the browser console I see: `Error compiling schema, function code: ...` Followed by: `EvalError: "call to Function() blocked by CSP"` This is due to bug 1270157. Unfortunately it looks like `ajv` requires `unsafe-inline`, yuck. This did show up in New Relic insights, however looked similar to the violations from junk scripts browser extensions inject in the page.
In the browser console I see: `Error compiling schema, function code: ...` Followed by: `EvalError: "call to Function() blocked by CSP"` This is due to bug 1270157. Unfortunately it looks like `ajv` requires `unsafe-eval`, yuck. This did show up in New Relic insights, however looked similar to the violations from junk scripts browser extensions inject in the page.