Skip to content

Commit

Permalink
Code style formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Dec 13, 2015
1 parent e578272 commit 80cb161
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 78 deletions.
135 changes: 69 additions & 66 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Symfony\Component\Routing\Router;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
use Symfony\Component\Security\Core\SecurityContext;

/**
* @author Dries De Peuter <dries@nousefreak.be>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ private function buildOptions()
{
$options = [
'default-src' => '',
'img-src' => 'https://secure.gravatar.com',
'font-src' => 'https://netdna.bootstrapcdn.com',
'img-src' => 'https://secure.gravatar.com',
'font-src' => 'https://netdna.bootstrapcdn.com',

// Needed for CKeditor
'style-src' => '\'unsafe-inline\'',
'script-src' => '\'unsafe-inline\' \'unsafe-eval\'',
'style-src' => '\'unsafe-inline\'',
'script-src' => '\'unsafe-inline\' \'unsafe-eval\'',

// Needed for jsTree
'child-src' => 'blob:',
'child-src' => 'blob:',
];

if ($this->environment == 'dev') {
Expand Down

0 comments on commit 80cb161

Please sign in to comment.