From 236352850200a125a3e7e8fb96887d56b7bd5f04 Mon Sep 17 00:00:00 2001 From: hillbrad Date: Tue, 11 Feb 2014 14:28:38 -0800 Subject: [PATCH] Added relation to XFO header. --- specs/content-security-policy/csp-specification.dev.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specs/content-security-policy/csp-specification.dev.html b/specs/content-security-policy/csp-specification.dev.html index 75e7f5d4..144c8fff 100644 --- a/specs/content-security-policy/csp-specification.dev.html +++ b/specs/content-security-policy/csp-specification.dev.html @@ -1445,6 +1445,11 @@

frame-ancestors

each ancestor. If any ancestor doesn't match, the load is cancelled.

+

The frame-ancestors directive obsoletes the + X-Frame-Options header. If a resource has both policies, + the frame-ancestors policy SHOULD be enforced and the + X-Frame-Options policy SHOULD be ignored.

+

When generating a violation report for a frame-ancestors violation, the user agent MUST NOT include the value of the embedding ancestor as a blocked-uri value unless it is same-origin with the protected resource,