Hey Everyone,
This is my first time building a forge application. I have built a custom ui app and would like to use some components from AtlasKit that aren’t available in the Forge UI Kit (or UI Kit 2), such as the Progress Indicator. Everything is working correctly but I was hoping to remove the ‘- unsafe-inline’
permissions:
content:
styles:
- unsafe-inline
from the manifest.yml. Currently when I remove this the app still works but I lose all styling and get a the following console error:
Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“style-src”).
I have been scouring documentation and community threads but anywhere this pops up it seems to be people instructing others to add the unsafe-inline. Anyone have any guidance? Thanks!