switch to Jdenticons as the default icon generator

This commit is contained in:
El RIDO 2025-07-05 11:30:16 +02:00
parent 03e0c81fbf
commit 07caf3ff64
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
3 changed files with 3 additions and 2 deletions

View file

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