Skip to content

Commit

Permalink
adding oaknationalacademy-res.cloudinary.com to the img-src csp. to p…
Browse files Browse the repository at this point in the history
…revent blocking of images in frontend
  • Loading branch information
gclomax committed Dec 16, 2024
1 parent 0232686 commit a73d10c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/nextjs/src/middlewares/csp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const buildCspHeaders = (nonce: string, config: CspConfig) => {
"data:",
"https://img.clerk.com",
"https://res.cloudinary.com",
"https://oaknationalacademy-res.cloudinary.com",
"https://*.hubspot.com",
"https://*.hsforms.com",
],
Expand Down

0 comments on commit a73d10c

Please sign in to comment.