I am working on a site that customers will use by embedding it in an iframe on their site. I want to give them the opportunity to customize the style of the content so that they can fit into the styles of their site.
The main idea that I have is to give them the URL of the CSS file that I have to point to the page I serve them to fill in the iframe. As far as I know, this is safe, but I'm not particularly familiar with CSS (especially with newer versions), so I want to check this out.
Is there any way to create a CSS file that will allow them to enter code on my site or otherwise access things like domain cookies? Is it really safe, or do I need to come up with a different solution?
Herms source
share