Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following rules must configured to let GRAVITY work properly in CSP secured context of the target application.

Code Block
styledefault-src 'unsafe-inlinenone';
'unsafeconnect-eval'src https://your.host;
scriptfont-src 'unsafe-inline' 'unsafe-eval' https://your.host;
img-src 'unsafe-eval' https://your.host;
fontframe-src 'unsafe-eval' https://your.host;
defaultstyle-src 'unsafe-inline' 'unsafe-eval' https://your.host;
connectscript-src 'unsafe-inline' 'unsafe-eval' https://your.host;

...