mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Dont filter the content of barcodes in CKeditor.
As the PDF can not execute javascript, it is safe from XSS...
This commit is contained in:
parent
7e656be246
commit
82bb214d67
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ fos_ck_editor:
|
||||||
enterMode: 2
|
enterMode: 2
|
||||||
toolbar: label_toolbar
|
toolbar: label_toolbar
|
||||||
extraPlugins: ["partdb_label", "showprotected"]
|
extraPlugins: ["partdb_label", "showprotected"]
|
||||||
|
allowedContent: true
|
||||||
font_names: >
|
font_names: >
|
||||||
DejaVu Sans Mono/DejaVu Sans Mono;
|
DejaVu Sans Mono/DejaVu Sans Mono;
|
||||||
DejaVu Sans/DejaVu Sans;
|
DejaVu Sans/DejaVu Sans;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue