This commit is contained in:
the-djmaze 2024-03-15 23:54:37 +01:00
parent 71f78a83bb
commit ce63c36fb0

View file

@ -27,7 +27,7 @@ class CSP implements \Stringable
'img-src' => ["'self'", 'data:'],
'media-src' => ["'self'", 'data:'],
'style-src' => ["'self'", "'unsafe-inline'"],
'connect-src' => ["'self'", "keys.openpgp.org"]
'connect-src' => ["'self'", 'data:', "keys.openpgp.org"]
];
function __construct(string $default = '')