Prepare the deployment file
Edit the docker-compose.yml located in the <Environment> folder:
...
ContentSecurityPolicy: "default-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'; script-src 'self' https://cdnjs.cloudflare.com; img-src 'self' data:;"
For example:
...
Add the following CORS configuration under the environment section of comms, onelistserver and rolemanager sections.
CORS__Origins__0: chrome-extension://ckngfnnoeddfgdegbgbanbichklmmjkk
CORS__Origins__1: chrome-extension://bbdaecjmdjjodppgejiojechlnnabhmm
Prepare the .env file
Edit the .env file located in the <Environment> folder:
...