Project

General

Profile

Actions

Task #87422

open

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

Integrate extension meta-manifest

Added by Oliver Hader about 5 years ago. Updated 10 months ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
composer
Start date:
2019-01-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

In order to allow that some 3rd party extension is retrieving data from remote sources, this has to be declared in a structured way in a extension manifest.

Idea/Documentation:

Example (this requires more research on standards and how it could be declared better):

{
  "remoteSources": {
    "script": [
    ],
    "style": [
      "type": "font",
      "url": "https://use.fontawesome.com/releases/v5.6.3/css/all.css",
      "description": "In order to make use of... (description for admin that grants access to this resource)" 
    ]
  }
}

Current Draft


Files

Actions #1

Updated by Oliver Hader almost 3 years ago

  • Subject changed from Integrate remote resource manifest to Integrate extension meta-manifest
Actions #2

Updated by Oliver Hader almost 3 years ago

  • Description updated (diff)
  • Status changed from New to Accepted
  • TYPO3 Version changed from 10 to 11
Actions #4

Updated by Oliver Hader over 2 years ago

  • Target version changed from Candidate for Major Version to 12 LTS
Actions #5

Updated by Benni Mack 10 months ago

  • Target version changed from 12 LTS to Candidate for patchlevel
Actions

Also available in: Atom PDF