Getting swiper css working with npm start and also on netlify test deployments. But not on Cashtab prod. Looking into network, the font file fails to load due to CSP restrictions.
Add CSP directive in header to allow loading base-64 font.
Differential D17127
[Cashtab] Modify csp headers to allow base64 font used in swiper bytesofman on Wed, Nov 13, 04:33. Authored by Tags None Subscribers None
Details
Getting swiper css working with npm start and also on netlify test deployments. But not on Cashtab prod. Looking into network, the font file fails to load due to CSP restrictions. Add CSP directive in header to allow loading base-64 font. Hard to test this without seeing it with the header, which requires the URL. So, will see when it lands.
Diff Detail
|