Actions
Bug #105848
openCKEditor inspector creates CSP errors + (sometimes) breaks IRRE records (Firefox)
Status:
New
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2024-12-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
IF debug mode in BE is enabled with [BE][debug] = true
, the inspector for CKEditor is automatically enabled (see #100284).
In Firefox this leads to CSP errors (see also #102323):
The problem can get worse, if you have inline records, which also have an RTE field with CKEditor. Strangely, I can't consistently reproduce this behaviour, but sometimes the AJAX request results in an error and the inline record is not displayed:
This problem with IRRE records not opening is actually the reason, why I noticed the CSP problem in the first place.
Disabling the BE debug mode makes all the problems go away.
Files
Updated by Garvin Hicking 30 days ago
- Related to Bug #102323: CSP issues in BE ckeditor5 added
Actions