Skip to content

Commit

Permalink
Merge pull request #943 from WestpacGEL/content-new-image-test2
Browse files Browse the repository at this point in the history
Update src/content/design-system/foundation/layout/spacing
  • Loading branch information
jaortiz authored Dec 3, 2024
2 parents aed04ed + fbb2527 commit 0998cca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/site/src/_middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function _middleware(request: NextRequest) {
default-src 'self';
script-src 'self' 'nonce-${nonce}' 'strict-dynamic' 'unsafe-eval';
style-src 'self' 'unsafe-inline';
img-src 'self' blob: data: res.cloudinary.com;
img-src 'self' blob: data: res.cloudinary.com www.westpac.com.au;
font-src 'self';
object-src 'none';
base-uri 'self';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Spacing tokens help maintain consistency and visual harmony in design systems. T

{% designSystemBodyImage
title="This image shows where you will find margin, padding and gap spacing"
src="https://res.cloudinary.com/westpac-gel/image/upload/v1666333819/frjtks4meukivfx1iyyn.png"
src="https://www.westpac.com.au/content/dam/public/gel/images/layout-spacing.png"
alt="Visualisation of margin, padding and gap spacing for components." /%}
2 changes: 1 addition & 1 deletion apps/site/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"headers": [
{
"key": "Content-Security-Policy",
"value": "frame-ancestors 'self'; upgrade-insecure-requests; img-src 'self' blob: data: res.cloudinary.com; font-src 'self'; object-src 'none'; form-action 'self'; connect-src 'self' https://dpm.demdex.net https://vercel.live/; style-src 'self' 'unsafe-inline'; block-all-mixed-content;"
"value": "frame-ancestors 'self'; upgrade-insecure-requests; img-src 'self' blob: data: res.cloudinary.com www.westpac.com.au; font-src 'self'; object-src 'none'; form-action 'self'; connect-src 'self' https://dpm.demdex.net https://vercel.live/; style-src 'self' 'unsafe-inline'; block-all-mixed-content;"
},
{
"key": "X-Content-Type-Options",
Expand Down

0 comments on commit 0998cca

Please sign in to comment.