- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 17
 
Open
Description
My project uses the content security policy and it refuses to load the image with the next error message:
"Refused to load the image 'data:image/svg+xml,%3Csvg' "
So to fix this I had to use the next tag:
<meta http-equiv="Content-Security-Policy" content="
        default-src 'none';
        style-src 'self' 'unsafe-inline';
        img-src 'self' data:;
        " />coliff
Metadata
Metadata
Assignees
Labels
No labels