Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've created a content security policy for our sites, but i'd like to trial it first to see if it will cause any problems so I've used the report only header and added a report-uri directive.

The header name X-WebKit-CSP-Report-Only works correctly in Webkit based browsers, but neither X-Content-Security-Policy-Report-Only or Content-Security-Policy-Report-Only work in Firefox (version 15). X-Content-Security-Policy works, sending violation reports to the URL specified in my report-uri directive. However, this also implements the policy which I don't want to do yet. Has anyone else come across this?

share|improve this question
The header name "x-content-security-policy-report-only" should work fine as far as I can tell.... – Boris Zbarsky Oct 3 '12 at 18:42
Thanks, but it doesn't work in Firefox 14 or 15. – David Merrilees Oct 4 '12 at 9:35
2  
Hmm. Are you basically seeing something like bugzilla.mozilla.org/show_bug.cgi?id=687086 ? Or are you seeing lack of reports for policies other than inline-script and eval-script? – Boris Zbarsky Oct 4 '12 at 13:37
Yes, that answers that question. Thanks Boris. – David Merrilees Oct 13 '12 at 17:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.