CSP issue occurs on Tooltip when we run the sample using docker
Replication Procedure:
Run the sample using docker
ng build --configuration=dev
docker buildx build --platform linux/amd64,linux/arm64 -t app-group-dummy-2:1.0.18-dev --push --provenance=false .
docker run -d --name app-dummy -p 4203:10010 app-group-dummy:1.0.18-dev.
open the URL: "localhost:4203" in the browser
You can see the issue in console
Expected Output: CSP Error should not occur in Tooltip
Current Output: CSP issue occurs on Tooltip when we run the sample using docker