Forum Moderators: open
On the site you would enter the address of another site in a text box. The contents of that site would be fetched by php, parsed, manipulated, and then displayed in a frame.
So effectively I will be displaying another sites html from my address and I must assume that the other site could be hostile.
What tags would I need to strip out to make sure I was left with safe html?
(So far I reckon on
object, applet and script - any others I should be wary of?)