add new Jdenticon comment icon library, set it as default, fixes #793

This commit is contained in:
El RIDO 2022-10-26 06:53:56 +02:00
parent 78aa70e3ab
commit 8ac69590cf
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
50 changed files with 6996 additions and 401 deletions

View file

@ -53,7 +53,7 @@ class Configuration
'languagedefault' => '',
'urlshortener' => '',
'qrcode' => true,
'icon' => 'identicon',
'icon' => 'jdenticon',
'cspheader' => 'default-src \'none\'; base-uri \'self\'; form-action \'none\'; manifest-src \'self\'; connect-src * blob:; script-src \'self\' \'unsafe-eval\'; style-src \'self\'; font-src \'self\'; frame-ancestors \'none\'; img-src \'self\' data: blob:; media-src blob:; object-src blob:; sandbox allow-same-origin allow-scripts allow-forms allow-popups allow-modals allow-downloads',
'zerobincompatibility' => false,
'httpwarning' => true,