> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# Inline images removed from pre-built README files

> Breaking change notice that inline image-src references to the Itential GitLab repository have been removed from pre-built automation README files in 2023.2.

## Breaking change notice

This breaking change applies to the 2023.2 release.

## Removed image source in CSP HTTP response headers (2023.2.0)

To provide an added layer of security, all inline `image-src` references to the Itential GitLab repository have been removed from pre-built automation README files. As a result, embedded images no longer load when browsing pre-builts in Admin Essentials. Alt-text tags still render in place of the images.

**Before** — Images displayed in the pre-built README file:

![](/_fern-img/b13de3a4690ca9ed871f4ccb4323e2e24c652728314303a15f567ca9b1ae6081.webp)

**After** — Alt-text tags display instead of images:

![](/_fern-img/bd50a9a5bdfd5e220955854073e392a4c9ba90a99d7307514265d400be5862ae.webp)

## What should I do?

For the majority of Itential Platform installs, this has no major impact. Test and confirm all custom applications and adapters are unaffected by the removal of these inline `image-src` references.

## Related reading

* [Content Security Policy (CSP)](https://content-security-policy.com/)
* [MDN: CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP)