|
|
|
|
|
by relaxnow
4535 days ago
|
|
* CSP is actually the header that most security professionals are the most excited by (in my experience) as it gives you more control over what resources are and are not allowed.
Especially when you're thinking of a future where you want to securely 'mash up' content, being able to set policies is essential. * XFO, it you're doing API first there really is very little reason to frame a page. Maybe Twitter style widget support? But in that case you can have a separate URL for that. * XCTO, yes, welcome to the 'organic' web :p * HSTS, the first connect is difficult, maybe one day via DNSSec? But I must confess to know very little about DNSSec. |
|
With XFO, doing something like adding 'reddit.com/' before the domain to see if it's been submitted becomes much more computationally intensive on reddit's side if they can't just put it in a frame. This is where I run into issues mostly, with tools such as that. That said, there are other things it could do (take me to a submit page or a discussion page instead of framing the page). And frames suck anyway, so there is that.
I can see the usefulness in CSP, I just feel like it's a band-aid on larger problems.