CSP 2 - ignore (x-)frame-options if CSP with frame-ancestors directive exists

This commit is contained in:
janekptacijarabaci 2017-08-25 09:18:29 +02:00 committed by Roy Tam
commit a01c9abce8
13 changed files with 197 additions and 34 deletions

View file

@ -91,6 +91,10 @@ ignoringReportOnlyDirective = Ignoring sandbox directive when delivered in a rep
# LOCALIZATION NOTE (deprecatedReferrerDirective):
# %1$S is the value of the deprecated Referrer Directive.
deprecatedReferrerDirective = Referrer Directive %1$S has been deprecated. Please use the Referrer-Policy header instead.
# LOCALIZATION NOTE (IgnoringSrcBecauseOfDirective):
# %1$S is the name of the src that is ignored.
# %2$S is the name of the directive that causes the src to be ignored.
IgnoringSrcBecauseOfDirective=Ignoring %1$S because of %2$S directive.
# CSP Errors:
# LOCALIZATION NOTE (couldntParseInvalidSource):