Project

General

Profile

Actions

Task #87419

closed

Epic #87417: Integrate proper Content Security Policy (CSP) handling

Deprecate functionality used to add inline styles & scripts

Added by Oliver Hader over 5 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
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

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #100232: Load additional Backend CSS files via TYPO3_CONF_VARSClosedBenni Mack2023-03-20

Actions
Actions #1

Updated by Benni Mack about 4 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.

Actions #2

Updated by Oliver Hader over 2 years ago

  • Target version changed from Candidate for Major Version to 12.0
Actions #3

Updated by Oliver Hader over 2 years ago

  • Status changed from New to On Hold
Actions #4

Updated by Benni Mack over 1 year ago

  • Target version changed from 12.0 to 12.1
Actions #5

Updated by Benni Mack over 1 year ago

  • Target version changed from 12.1 to 12.2
Actions #6

Updated by Benni Mack about 1 year ago

  • Target version changed from 12.2 to 12.3
Actions #7

Updated by Oliver Hader about 1 year 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)

Actions #8

Updated by Benni Mack about 1 year ago

  • Target version changed from 12.3 to 12 LTS
Actions #9

Updated by Oliver Hader about 1 year ago

  • Related to Feature #100232: Load additional Backend CSS files via TYPO3_CONF_VARS added
Actions #10

Updated by Oliver Hader about 1 year 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

Also available in: Atom PDF