Actions
Task #87419
closedEpic #87417: Integrate proper Content Security Policy (CSP) handling
Deprecate functionality used to add inline styles & scripts
Start date:
2019-01-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In order to avoid dynamically created styles & scripts in the TYPO3 backend, according functionality has to be deprecated and removed later.
$GLOBALS['TBE_STYLES']
DocumentTemplate::insertStylesAndJS
GeneralUtility::wrapJS
Updated by Benni Mack almost 5 years ago
Insert StylesAndJS and DocumentTemplate is gone completely in TYPO3 v11. wrapJS can be looked at more closely. I think TBE_STYLES will be around for a whil.
Updated by Oliver Hader about 3 years ago
- Target version changed from Candidate for Major Version to 12.0
Updated by Benni Mack almost 2 years ago
- Target version changed from 12.1 to 12.2
Updated by Benni Mack almost 2 years ago
- Target version changed from 12.2 to 12.3
Updated by Oliver Hader almost 2 years ago
wrapJS
can be used with nonce="..."
attribute now - however, it might make sense to use a similar functionality for internal usages only (→ deprecate and hide this functionality)
Updated by Benni Mack almost 2 years ago
- Target version changed from 12.3 to 12 LTS
Updated by Oliver Hader almost 2 years ago
- Related to Feature #100232: Load additional Backend CSS files via TYPO3_CONF_VARS added
Updated by Oliver Hader almost 2 years ago
- Status changed from On Hold to Closed
DocumentTemplate::insertStylesAndJS
is gone, TBE_STYLES
is about to be removed. wrapJS
still would stay as is.
Actions