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

@@ -7,4 +7,5 @@ $baseDir = dirname($vendorDir);
return array(
'PrivateBin\\' => array($baseDir . '/lib'),
'CodeClimate\\PhpTestReporter\\' => array($vendorDir . '/codeclimate/php-test-reporter/src'),
);