bcgov / moh-phlat

Repository for the PHLAT registries data loading application
Apache License 2.0
2 stars 0 forks source link

set permissions policy header #85

Closed Ashwani-cgi closed 2 months ago

Ashwani-cgi commented 2 months ago

This PR implements the setting of the permissions policy header in response and modifies the CSP response header to use wildcards for some URLs instead of specifying each one. Additionally, it renames the Terraform resource to a generic name to allow for the inclusion of more response headers in the future.

JIRA issues https://proactionca.ent.cgi.com/jira/browse/BCMOHAD-23701 https://proactionca.ent.cgi.com/jira/browse/BCMOHAD-23700

header

nathanielcx commented 2 months ago

CSP can act differently in other browsers. Browsers still to test are: Firefox, Safari, Mobile (Safari + Chrome)

Ashwani-cgi commented 2 months ago

CSP can act differently in other browsers. Browsers still to test are: Firefox, Safari, Mobile (Safari + Chrome)

discussed with Abhishek, once the requirement for browsers is clarified, it will be tested in required browsers and reopen jira if needed.