rubing Posted December 6, 2008 Share Posted December 6, 2008 Evening Folks, I have a web application that I'd like to allow my users to skin. I am thinking about letting the user specify their own style sheet. The url of their style sheet would be stored in my database. So, when they request a page I'll fetch the css url from my database and include it in the headers. Am I exposing myself to any potential dangers with this setup??? I can't think of any. Link to comment https://forums.phpfreaks.com/topic/135745-remote-style-sheet-security/ Share on other sites More sharing options...
haku Posted December 6, 2008 Share Posted December 6, 2008 As long as you validate the code going into the database to protect from injection attacks, and cross browser scripting, this won't be a problem. Link to comment https://forums.phpfreaks.com/topic/135745-remote-style-sheet-security/#findComment-707313 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.