Enabling content security headers on Docker and Podman
The Docker and Podman commands are similar. The only difference is that docker precedes the command when issued in a Docker environment and podman precedes the name in a Podman environment. Example commands used in the Sametime documentation are shown using Docker. For Podman, change docker to podman.
-
Edit the custom.env file.
-
Add the following parameter to the file, where company_domain is the domain name.
CONTENT_SECURITY_POLICY=frame-ancestors https://*.company\_domain.com
To apply the changes, stop the Sametime server and start it again.
-
To stop the Sametime server, run the following script from the Sametime installation directory.
docker-compose down
-
Start the Sametime server to apply the changes.
docker compose up -d
Parent Topic: Integrating with other applications