cds-snc / simplify-privacy-statements-V2

starter-app repo based version of privacy app.
https://simplify-privacy-statements.alpha.canada.ca
MIT License
5 stars 1 forks source link

Final list of bugs to squash #263

Open dinophile opened 1 year ago

dinophile commented 1 year ago
omartehsin1 commented 1 year ago

First issue was caused by certain scripts not loading because the CSP was blocking it. Solution was to remove the app level csp.config.js file and add in the policy directives in the cloudfront module

UPDATE: FIXED

omartehsin1 commented 1 year ago

Form data not being passed was due to the cookies only forwarding the csrf token

UPDATE: FIXED

dinophile commented 1 year ago

Favicon not loading