MatthiesenXYZ / astro-ghostcms

Easily migrate your Ghost Site to Astro, an Astro Integration that turns your Ghost server into a Headless CMS
https://astro-ghostcms.xyz/
MIT License
20 stars 4 forks source link

Chore: Migrate from Render content Util and `<Fragment set:html />` to `astro-remote` #85

Closed Adammatthiesen closed 6 months ago

Adammatthiesen commented 6 months ago

Is your chore related to a problem? Please describe. Rendering GhostCMS html should be ran through a safety system to ensure the HTML does not cause any issues. astro-remote will help to prevent any of these issues by running all HTML input through ultrahtml

Describe the solution you'd like Replace GhostCMS-RenderContent and all <Fragment set:html /> with astro-remote's <Markup> component to render html instead

Describe alternatives you've considered usage without a sanitization option (i.e astro-remote) can have adverse effects on your Astro website! if some of the content possibly pulls styling or scripts with it!

Adammatthiesen commented 6 months ago

/cib

create-issue-branch[bot] commented 6 months ago

Branch issue-85-Chore_Migrate_from_Render_conte created!

github-actions[bot] commented 6 months ago

Branch already exists