Is Viewer.js Compatible with CSP script-src Directives? #18456
Unanswered
KushalMunjal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
I am using viewer.js for my C# with angularJS application. To enhance security, I am removing 'unsafe-eval' from CSP headers:
<add name="Content-Security-Policy" value="script-src 'self' http: https: "/>
So it is compatible with the script-src and without unsafe-eval ?
Beta Was this translation helpful? Give feedback.
All reactions