When deploying the dev version of the third party containers (hedgedoc and database), The following CSP errors are encountered:

The issue can be quickly fixed by adding the following env var to the docker-compose.dev.yml configuration file
CMD_CSP_ENABLE=false.
I think we don't need the CSP in the dev version.