zalmoxisus/redux-devtools-extension

unsafe-eval question

davidsmith2 opened this issue · 1 comments

I work for a US government contractor. Our client's IT department is disallowing the use of this extension for the following reason:

The presence of “unsafe-eval” on the extension’s source code indicates that the extension can be used to execute source code.

This appears to be defined in the extension's manifest.json CSP definition:

"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;",

Curious if any other potential users of the extension had run into this obstacle?

Closing since this repo is no longer active and the question was also asked here.