add CSP object directive for email-l10n route
This commit is contained in:
Родитель
05a93158e1
Коммит
2722e9d8f0
|
@ -13,6 +13,7 @@ const cspUnsafeInline = {
|
|||
scriptSrc: ["'self'"],
|
||||
styleSrc: ["'self'", "'unsafe-inline'"],
|
||||
imgSrc: ["'self'", 'https://monitor.cdn.mozilla.net/'],
|
||||
objectSrc: ["'none'"],
|
||||
formAction: ["'self'"]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче