[LEBV-270] Apply security policies to NGINX conf
Security risk report available in https://wiki.mobbeel.com/x/FwqR
Jira Issues:
I've only added a bunch of headers to the nginx configuration file, but to test it I've had to modified the environment.prod.ts to generate a docker image with the changed configuration so I can use it locally . The content of the file was:
export const environment = { production: true, customerAPIEndpoint: 'http://0.0.0.0:8080', googleAnalyticsID: 'UA-170647602-1', };
If you don't want to do that you just can pull the image mobbeelsolutions/lebara-video-customer-frontend:risk-latest that contains these changes to check that everything keeps working properly.