The validator fails to handle this policy [taken directly from the CSP 2 specification](https://www.w3.org/TR/CSP2/#implementation-considerations): ``` Content-Security-Policy: frame-ancestors https://example.com/ Content-Security-Policy: default-src https:; report-uri https://example.com/ ``` It says "Cannot merge policies if either policy contains a report-uri directive." See https://github.com/mozilla/http-observatory/issues/396 also. Thoughts?
The validator fails to handle this policy taken directly from the CSP 2 specification:
It says "Cannot merge policies if either policy contains a report-uri directive."
See mozilla/http-observatory#396 also.
Thoughts?