Task #87422
Epic #87417: Integrate proper Content Security Policy (CSP) handling
Integrate extension meta-manifest
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¶
- see https://notes.typo3.org/yq1hOL2NSaiqH0jcFREQsA?view
- or markdown file attached to this issue
Files
Updated by Oliver Hader 11 months ago
- Subject changed from Integrate remote resource manifest to Integrate extension meta-manifest
Updated by Oliver Hader 11 months ago
- Description updated (diff)
- Status changed from New to Accepted
- TYPO3 Version changed from 10 to 11
Updated by Oliver Hader 11 months ago
Updated by Oliver Hader 6 months ago
- Target version changed from Candidate for Major Version to 12 LTS