mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-06 02:39:59 +02:00
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:
parent
368aa2305b
commit
e9b10f9e2d
4 changed files with 12 additions and 2 deletions
8
vendor/composer/autoload_static.php
vendored
8
vendor/composer/autoload_static.php
vendored
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue