This content is still in draft.
JSON
Copy
{"image": {
"url": "https://integration.seek.com/awsk/button-assets/button-images/seek/en/standard-accent.svg"
}
}img tag to display the image in your software:HTML
Copy
<img
src="https://integration.seek.com/awsk/button-assets/button-images/seek/en/standard-accent.svg"
alt="Apply with SEEK"
/>HTML
Copy
Content-Security-Policy: connect-src 'self' *.seek.com; font-src 'self' https://*.seek.com; img-src 'self' https://*.seek.com https://*.seek.com.au; script-src 'self' https://integration.seek.com; style-src 'self' https://*.seek.com;default-src,
this can be simplified with minimal additional risk:HTML
Copy
Content-Security-Policy: default-src 'self' *.seek.com *.seek.com.au; object-src 'none'; script-src 'self' https://integration.seek.com;self) and SEEK.