hlxsites / merative2

Merative.com site on Franklin
https://merative.com
Apache License 2.0
2 stars 9 forks source link

Update CSP to be more efficient #238

Closed amol-anand closed 1 year ago

amol-anand commented 1 year ago

Currently all CSPs are being added to every page whether it needs it or not increasing the size of the page.

Want to make the following updates:

  1. Move certain CSPs to individual blocks where we need them (pdf, marketo etc..)
  2. Move the remaining CSPs to cover JS added via the tag manager to delayed.js before the Launch tags are added.

This will ensure that only CSPs needed on a page will be added thus reducing size and improving performance even further.