elementareteilchen / ce-with-nonce
Adds new content elements for inline javascript and css which will get a nonce for CSP check
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:Shell
Type:typo3-cms-extension
Requires
Replaces
- elementareteilchen/ce-js-with-nonce: *
- typo3-ter/ce_with_nonce: *
README
This Extension provides content elements to inset js and css. The <script> and tags will get nonces, so when using 'nonce-proxy' in csp.yaml for js/css, inserted blocks are CSP conform.
DDEV for TYPO3 extensions
We use ddev for typo3 extensions
Currently available in ddev is
- TYPO3 13.4 LTS
Usage
Start DDEV
Check out your project, with .ddev
folder in it and perform a
ddev start
on CLI. This will start the containers, but will not install anything automatically.
Install TYPO3 environments
This environment offers several DDEV commands, to provision the web container, supporting the following TYPO3 versions:
ddev install-v13
When the installation is done, you can access an overview here:
The TYPO3 installations are available here:
Credentials
All versions got the same credentials set:
- Username:
admin
- Password:
Password-1
(also in install tool)
TYPO3 CLI / typo3_console
To access TYPO3's CLI tools you can utilize ddev exec
like that:
ddev exec v13/vendor/bin/typo3
Remove DDEV project
To remove a DDEV project you can use the following command on CLI
ddev delete -Oy