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
We are using a csp-framework that reports all violations of csp to a central server. This statement (from index.js) gets reported all the time in production.
var evalAllowed = false;
try {
eval('evalAllowed = true');
} catch (e) {
// eval not allowed due to CSP
}
Could you please do this when requiring react-hot-loader.development.js?
The text was updated successfully, but these errors were encountered:
We are using a csp-framework that reports all violations of csp to a central server. This statement (from index.js) gets reported all the time in production.
Could you please do this when requiring
react-hot-loader.development.js
?The text was updated successfully, but these errors were encountered: