Coding style: make cspRules easier to read
This commit is contained in:
parent
f4468bc0b6
commit
cc93b86991
|
|
@ -167,7 +167,10 @@ class ClassProvider implements ServiceProviderInterface
|
|||
return $mailer;
|
||||
};
|
||||
|
||||
$container['cspRules'] = array('style-src' => "'self' 'unsafe-inline'", 'img-src' => '* data:');
|
||||
$container['cspRules'] = array(
|
||||
'style-src' => "'self' 'unsafe-inline'",
|
||||
'img-src' => '* data:',
|
||||
);
|
||||
|
||||
return $container;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue