Estoy tratando de hacer referencia a un archivo de fuente guardado como una URL de datos (recortado a continuación para facilitar la lectura).
<link type="text/css" rel="stylesheet" href="data:application/octet-stream;base64,T1.."> Mi política de seguridad de contenido style-src incluye la directiva unsafe-inline . ¿Por qué sigo recibiendo el siguiente error?
Refused to load the stylesheet 'data:application/octet-stream;base64,T1..' because it violates the following Content Security Policy directive: "style-src 'self' 'unsafe- inline' https://localhost:* https://127.0.0.1:*".