Project

General

Profile

Actions

Task #87422

open

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

Integrate extension meta-manifest

Added by Oliver Hader over 5 years ago. Updated 11 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

Also available in: Atom PDF