I'm allowing user css.
I'm taking their css input, creating a style, and just inserting it.
Are there any security issues I need to consider.
Do I need to validate that css?
Thanks.
I'm allowing user css.
I'm taking their css input, creating a style, and just inserting it.
Are there any security issues I need to consider.
Do I need to validate that css?
Thanks.
Yes you do need to be careful, you can take a look at these for more info: