Add CSP sandbox

Fixes https://github.com/PrivateBin/PrivateBin/issues/168

Alos needed to run some Composer stuff, no idea why my diff was different.
This commit is contained in:
rugk
2017-02-01 18:34:13 +01:00
parent 368aa2305b
commit e9b10f9e2d
4 changed files with 12 additions and 2 deletions

View File

@@ -15,6 +15,10 @@ class ComposerStaticInitDontChange
array (
'PrivateBin\\' => 11,
),
'C' =>
array (
'CodeClimate\\PhpTestReporter\\' => 28,
),
);
public static $prefixDirsPsr4 = array (
@@ -22,6 +26,10 @@ class ComposerStaticInitDontChange
array (
0 => __DIR__ . '/../..' . '/lib',
),
'CodeClimate\\PhpTestReporter\\' =>
array (
0 => __DIR__ . '/..' . '/codeclimate/php-test-reporter/src',
),
);
public static $prefixesPsr0 = array (