-
Notifications
You must be signed in to change notification settings - Fork 893
Replies: 1 comment · 3 replies
|
Is it possible to configure a policy via a |
All reactions
3 replies
|
Unfortunately no, we can tighten CSP, but not loosen it. |
All reactions
|
Can you provide the exact CSP errors for the console output, or any other context for when this happens? It would be helpful for us. |
All reactions
|
It's triggered by @font-face in jointjs stylesheet like: Is there any way to replace the |
All reactions
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.
Some style in jointjs' css are using

data:*as the source. It violates CSP in client's server configuration (which they refuse to change).While we can override the css style, is there any way to make the error go away from the browser's console error ?
All reactions