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
Include a nonce on the script tag of the inline Symbol loader. This approach wouldn't work because a nonce would need to be unique - generated for each page load.
Manually generating an SHA hash of the inline Symbol loader and pasting it into the CSP directives. The issue is that changes to the inline Symbol loader would invalidate the manually generated SHA hash.
The text was updated successfully, but these errors were encountered:
🍩 Feature Request
Is your feature request related to a problem? Please describe.
Applications with a content security policy that does not include "unsafe-inline" prevent SVG Jar's inline Symbol loader script from executing.
Describe the solution you'd like
A way to include an SHA hash of SVG Jar's inline Symbol loader in CSP directives, working with
ember-cli-content-security-policy
.Describe alternatives you've considered
Include a nonce on the script tag of the inline Symbol loader. This approach wouldn't work because a nonce would need to be unique - generated for each page load.
Manually generating an SHA hash of the inline Symbol loader and pasting it into the CSP directives. The issue is that changes to the inline Symbol loader would invalidate the manually generated SHA hash.
The text was updated successfully, but these errors were encountered: